Color Hex Logo

#ddb945 Color Hex

#DDB945
(221,185,69)
0 Favorites   0 Comments

Color spaces of #ddb945

RGB 22118569
HSL0.130.690.57
HSV46°69°87°
CMYK 0.000.160.69   0.13
XYZ48.241950.499712.8350
Yxy50.49970.43240.4526
Hunter Lab71.0631-3.184039.0356
CIE-Lab76.37500.672061.2034

#ddb945 color RGB value is (221,185,69).

#ddb945 hex color red value is 221, green value is 185 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #ddb945 hue: 0.13 , saturation: 0.69 and the lightness value of ddb945 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111001 01000101
Octal 335 271 105
Decimal 221 185 69
Hex DD B9 45

RGB Percentages of Color #ddb945

%46.53
%38.95
%14.53

CMYK Percentages of Color #ddb945

%0
%16
%69
%13

Triadic Colors of #ddb945

#ddb945 #45ddb9 #b945dd

Analogous Colors of #ddb945

#ddb945 #b5dd45 #dd6d45

Monochromatic Colors of #ddb945

#ddb945

Complementary Color

#ddb945 #4569dd

#ddb945 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb945 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb945 Color CSS Codes

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

#ddb945 Text Font Color

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

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


#ddb945 Background Color

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

This div background color is #ddb945


#ddb945 Border Color

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

This div border color is #ddb945


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb945


Comments

No comments written yet.

Please login to write comment.