Color Hex Logo

#ddcf38 Color Hex

#DDCF38
(221,207,56)
0 Favorites   0 Comments

Color spaces of #ddcf38

RGB 22120756
HSL0.150.710.54
HSV55°75°87°
CMYK 0.000.060.75   0.13
XYZ52.845460.283312.5920
Yxy60.28330.42030.4795
Hunter Lab77.6423-14.382344.7340
CIE-Lab81.9919-11.236071.5107

#ddcf38 color RGB value is (221,207,56).

#ddcf38 hex color red value is 221, green value is 207 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #ddcf38 hue: 0.15 , saturation: 0.71 and the lightness value of ddcf38 is 0.54.

The process color (four color CMYK) of #ddcf38 color hex is 0.00, 0.06, 0.75, 0.13. Web safe color of #ddcf38 is #cccc33. Color #ddcf38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 00111000
Octal 335 317 70
Decimal 221 207 56
Hex DD CF 38

RGB Percentages of Color #ddcf38

%45.66
%42.77
%11.57

CMYK Percentages of Color #ddcf38

%0
%6
%75
%13

Triadic Colors of #ddcf38

#ddcf38 #38ddcf #cf38dd

Analogous Colors of #ddcf38

#ddcf38 #99dd38 #dd7d38

Monochromatic Colors of #ddcf38

#ddcf38

Complementary Color

#ddcf38 #3846dd

#ddcf38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcf38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcf38 Color CSS Codes

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

#ddcf38 Text Font Color

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

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


#ddcf38 Background Color

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

This div background color is #ddcf38


#ddcf38 Border Color

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

This div border color is #ddcf38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcf38


Comments

No comments written yet.

Please login to write comment.