Color Hex Logo

#ddb215 Color Hex

#DDB215
(221,178,21)
0 Favorites   0 Comments

Color spaces of #ddb215

RGB 22117821
HSL0.130.830.47
HSV47°90°87°
CMYK 0.000.190.90   0.13
XYZ45.874547.26717.4151
Yxy47.26710.45620.4701
Hunter Lab68.7511-1.209441.7311
CIE-Lab74.36032.722074.1199

#ddb215 color RGB value is (221,178,21).

#ddb215 hex color red value is 221, green value is 178 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #ddb215 hue: 0.13 , saturation: 0.83 and the lightness value of ddb215 is 0.47.

The process color (four color CMYK) of #ddb215 color hex is 0.00, 0.19, 0.90, 0.13. Web safe color of #ddb215 is #cc9900. Color #ddb215 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110010 00010101
Octal 335 262 25
Decimal 221 178 21
Hex DD B2 15

RGB Percentages of Color #ddb215

%52.62
%42.38
%5.00

CMYK Percentages of Color #ddb215

%0
%19
%90
%13

Triadic Colors of #ddb215

#ddb215 #15ddb2 #b215dd

Analogous Colors of #ddb215

#ddb215 #a4dd15 #dd4e15

Monochromatic Colors of #ddb215

#ddb215

Complementary Color

#ddb215 #1540dd

#ddb215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb215 Color CSS Codes

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

#ddb215 Text Font Color

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

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


#ddb215 Background Color

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

This div background color is #ddb215


#ddb215 Border Color

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

This div border color is #ddb215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb215


Comments

No comments written yet.

Please login to write comment.