Color Hex Logo

#ddba65 Color Hex

#DDBA65
(221,186,101)
0 Favorites   0 Comments

Color spaces of #ddba65

RGB 221186101
HSL0.120.640.63
HSV43°54°87°
CMYK 0.000.160.54   0.13
XYZ49.726751.429519.6179
Yxy51.42950.41170.4258
Hunter Lab71.7144-1.728333.9809
CIE-Lab76.93842.293847.2780

#ddba65 color RGB value is (221,186,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 01100101
Octal 335 272 145
Decimal 221 186 101
Hex DD BA 65

RGB Percentages of Color #ddba65

%43.50
%36.61
%19.88

CMYK Percentages of Color #ddba65

%0
%16
%54
%13

Triadic Colors of #ddba65

#ddba65 #65ddba #ba65dd

Analogous Colors of #ddba65

#ddba65 #c4dd65 #dd7e65

Monochromatic Colors of #ddba65

#ddba65

Complementary Color

#ddba65 #6588dd

#ddba65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddba65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddba65 Color CSS Codes

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

#ddba65 Text Font Color

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

This sample text font color is #ddba65
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.


#ddba65 Background Color

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

This div background color is #ddba65


#ddba65 Border Color

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

This div border color is #ddba65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddba65


Comments

No comments written yet.

Please login to write comment.