Color Hex Logo

#ddba4b Color Hex

#DDBA4B
(221,186,75)
0 Favorites   0 Comments

Color spaces of #ddba4b

RGB 22118675
HSL0.130.680.58
HSV46°66°87°
CMYK 0.000.160.66   0.13
XYZ48.647750.998013.9362
Yxy50.99800.42830.4490
Hunter Lab71.4129-3.375238.4186
CIE-Lab76.67780.481958.9976

#ddba4b color RGB value is (221,186,75).

#ddba4b hex color red value is 221, green value is 186 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ddba4b hue: 0.13 , saturation: 0.68 and the lightness value of ddba4b is 0.58.

The process color (four color CMYK) of #ddba4b color hex is 0.00, 0.16, 0.66, 0.13. Web safe color of #ddba4b is #cccc33. Color #ddba4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 01001011
Octal 335 272 113
Decimal 221 186 75
Hex DD BA 4B

RGB Percentages of Color #ddba4b

%45.85
%38.59
%15.56

CMYK Percentages of Color #ddba4b

%0
%16
%66
%13

Triadic Colors of #ddba4b

#ddba4b #4bddba #ba4bdd

Analogous Colors of #ddba4b

#ddba4b #b7dd4b #dd714b

Monochromatic Colors of #ddba4b

#ddba4b

Complementary Color

#ddba4b #4b6edd

#ddba4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddba4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddba4b Color CSS Codes

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

#ddba4b Text Font Color

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

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


#ddba4b Background Color

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

This div background color is #ddba4b


#ddba4b Border Color

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

This div border color is #ddba4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddba4b

#ddba4b Color Palettes


Comments

No comments written yet.

Please login to write comment.