Color Hex Logo

#ddba68 Color Hex

#DDBA68
(221,186,104)
0 Favorites   0 Comments

Color spaces of #ddba68

RGB 221186104
HSL0.120.630.64
HSV42°53°87°
CMYK 0.000.160.53   0.13
XYZ49.876451.489420.4064
Yxy51.48940.40960.4228
Hunter Lab71.7561-1.501033.3681
CIE-Lab76.97452.542245.8466

#ddba68 color RGB value is (221,186,104).

#ddba68 hex color red value is 221, green value is 186 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #ddba68 hue: 0.12 , saturation: 0.63 and the lightness value of ddba68 is 0.64.

The process color (four color CMYK) of #ddba68 color hex is 0.00, 0.16, 0.53, 0.13. Web safe color of #ddba68 is #cccc66. Color #ddba68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 01101000
Octal 335 272 150
Decimal 221 186 104
Hex DD BA 68

RGB Percentages of Color #ddba68

%43.25
%36.40
%20.35

CMYK Percentages of Color #ddba68

%0
%16
%53
%13

Triadic Colors of #ddba68

#ddba68 #68ddba #ba68dd

Analogous Colors of #ddba68

#ddba68 #c6dd68 #dd8068

Monochromatic Colors of #ddba68

#ddba68

Complementary Color

#ddba68 #688bdd

#ddba68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddba68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddba68 Color CSS Codes

.mybgcolor {background-color:#ddba68; } 
.myforecolor {color:#ddba68; }
.mybordercolor {border:3px solid #ddba68; }

#ddba68 Text Font Color

<p style="color:#ddba68">Text here</p>

This sample text font color is #ddba68
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddba68 Background Color

<div style="background-color:#ddba68">
Div content here</div>

This div background color is #ddba68


#ddba68 Border Color

<div style="border:3px solid #ddba68">
Div here</div>

This div border color is #ddba68


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,186,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddba68; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddba68;
  -webkit-box-shadow: 1px 1px 3px 2px #ddba68;
  box-shadow:         1px 1px 3px 2px #ddba68; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,186,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddba68">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddba68;
  -webkit-box-shadow: 1px 1px 3px 2px #ddba68;
  box-shadow:         1px 1px 3px 2px #ddba68;">
Div content here</div>

This div box has shadow with color #ddba68


Comments

No comments written yet.

Please login to write comment.