Color Hex Logo

#ddc33f Color Hex

#DDC33F
(221,195,63)
0 Favorites   0 Comments

Color spaces of #ddc33f

RGB 22119563
HSL0.140.700.56
HSV50°71°87°
CMYK 0.000.120.71   0.13
XYZ50.231154.761212.6251
Yxy54.76120.42710.4656
Hunter Lab74.0008-8.337241.6852
CIE-Lab78.9035-4.818766.1005

#ddc33f color RGB value is (221,195,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000011 00111111
Octal 335 303 77
Decimal 221 195 63
Hex DD C3 3F

RGB Percentages of Color #ddc33f

%46.14
%40.71
%13.15

CMYK Percentages of Color #ddc33f

%0
%12
%71
%13

Triadic Colors of #ddc33f

#ddc33f #3fddc3 #c33fdd

Analogous Colors of #ddc33f

#ddc33f #a8dd3f #dd743f

Monochromatic Colors of #ddc33f

#ddc33f

Complementary Color

#ddc33f #3f59dd

#ddc33f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc33f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc33f Color CSS Codes

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

#ddc33f Text Font Color

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

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


#ddc33f Background Color

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

This div background color is #ddc33f


#ddc33f Border Color

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

This div border color is #ddc33f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc33f


Comments

No comments written yet.

Please login to write comment.