Color Hex Logo

#ddb015 Color Hex

#DDB015
(221,176,21)
0 Favorites   0 Comments

Color spaces of #ddb015

RGB 22117621
HSL0.130.830.47
HSV47°90°87°
CMYK 0.000.200.90   0.13
XYZ45.479546.47707.2834
Yxy46.47700.45830.4683
Hunter Lab68.1740-0.225741.3876
CIE-Lab73.85403.775573.7334

#ddb015 color RGB value is (221,176,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110000 00010101
Octal 335 260 25
Decimal 221 176 21
Hex DD B0 15

RGB Percentages of Color #ddb015

%52.87
%42.11
%5.02

CMYK Percentages of Color #ddb015

%0
%20
%90
%13

Triadic Colors of #ddb015

#ddb015 #15ddb0 #b015dd

Analogous Colors of #ddb015

#ddb015 #a6dd15 #dd4c15

Monochromatic Colors of #ddb015

#ddb015

Complementary Color

#ddb015 #1542dd

#ddb015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb015 Color CSS Codes

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

#ddb015 Text Font Color

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

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


#ddb015 Background Color

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

This div background color is #ddb015


#ddb015 Border Color

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

This div border color is #ddb015


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,176,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 #ddb015">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb015


Comments

No comments written yet.

Please login to write comment.