Color Hex Logo

#ddc320 Color Hex

#DDC320
(221,195,32)
0 Favorites   0 Comments

Color spaces of #ddc320

RGB 22119532
HSL0.140.750.50
HSV52°86°87°
CMYK 0.000.120.86   0.13
XYZ49.594654.50679.2734
Yxy54.50670.43740.4808
Hunter Lab73.8287-9.292344.2328
CIE-Lab78.7563-5.898775.3782

#ddc320 color RGB value is (221,195,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000011 00100000
Octal 335 303 40
Decimal 221 195 32
Hex DD C3 20

RGB Percentages of Color #ddc320

%49.33
%43.53
%7.14

CMYK Percentages of Color #ddc320

%0
%12
%86
%13

Triadic Colors of #ddc320

#ddc320 #20ddc3 #c320dd

Analogous Colors of #ddc320

#ddc320 #99dd20 #dd6520

Monochromatic Colors of #ddc320

#ddc320

Complementary Color

#ddc320 #203add

#ddc320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc320 Color CSS Codes

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

#ddc320 Text Font Color

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

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


#ddc320 Background Color

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

This div background color is #ddc320


#ddc320 Border Color

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

This div border color is #ddc320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc320


Comments

No comments written yet.

Please login to write comment.