Color Hex Logo

#ddb320 Color Hex

#DDB320
(221,179,32)
0 Favorites   0 Comments

Color spaces of #ddb320

RGB 22117932
HSL0.130.750.50
HSV47°86°87°
CMYK 0.000.190.86   0.13
XYZ46.199647.71668.1418
Yxy47.71660.45270.4675
Hunter Lab69.0772-1.502341.3658
CIE-Lab74.64582.415672.0268

#ddb320 color RGB value is (221,179,32).

#ddb320 hex color red value is 221, green value is 179 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #ddb320 hue: 0.13 , saturation: 0.75 and the lightness value of ddb320 is 0.50.

The process color (four color CMYK) of #ddb320 color hex is 0.00, 0.19, 0.86, 0.13. Web safe color of #ddb320 is #cccc33. Color #ddb320 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110011 00100000
Octal 335 263 40
Decimal 221 179 32
Hex DD B3 20

RGB Percentages of Color #ddb320

%51.16
%41.44
%7.41

CMYK Percentages of Color #ddb320

%0
%19
%86
%13

Triadic Colors of #ddb320

#ddb320 #20ddb3 #b320dd

Analogous Colors of #ddb320

#ddb320 #a9dd20 #dd5420

Monochromatic Colors of #ddb320

#ddb320

Complementary Color

#ddb320 #204add

#ddb320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb320 Color CSS Codes

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

#ddb320 Text Font Color

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

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


#ddb320 Background Color

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

This div background color is #ddb320


#ddb320 Border Color

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

This div border color is #ddb320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb320


Comments

No comments written yet.

Please login to write comment.