Color Hex Logo

#ddb917 Color Hex

#DDB917
(221,185,23)
0 Favorites   0 Comments

Color spaces of #ddb917

RGB 22118523
HSL0.140.810.48
HSV49°90°87°
CMYK 0.000.160.90   0.13
XYZ47.322450.13197.9929
Yxy50.13190.44880.4754
Hunter Lab70.8039-4.604742.8696
CIE-Lab76.1501-0.909275.1373

#ddb917 color RGB value is (221,185,23).

#ddb917 hex color red value is 221, green value is 185 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #ddb917 hue: 0.14 , saturation: 0.81 and the lightness value of ddb917 is 0.48.

The process color (four color CMYK) of #ddb917 color hex is 0.00, 0.16, 0.90, 0.13. Web safe color of #ddb917 is #cccc00. Color #ddb917 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111001 00010111
Octal 335 271 27
Decimal 221 185 23
Hex DD B9 17

RGB Percentages of Color #ddb917

%51.52
%43.12
%5.36

CMYK Percentages of Color #ddb917

%0
%16
%90
%13

Triadic Colors of #ddb917

#ddb917 #17ddb9 #b917dd

Analogous Colors of #ddb917

#ddb917 #9edd17 #dd5617

Monochromatic Colors of #ddb917

#ddb917

Complementary Color

#ddb917 #173bdd

#ddb917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb917 Color CSS Codes

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

#ddb917 Text Font Color

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

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


#ddb917 Background Color

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

This div background color is #ddb917


#ddb917 Border Color

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

This div border color is #ddb917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb917


Comments

No comments written yet.

Please login to write comment.