Color Hex Logo

#ddc625 Color Hex

#DDC625
(221,198,37)
0 Favorites   0 Comments

Color spaces of #ddc625

RGB 22119837
HSL0.150.730.51
HSV53°83°87°
CMYK 0.000.100.83   0.13
XYZ50.346855.89399.8853
Yxy55.89390.43360.4813
Hunter Lab74.7622-10.627444.4940
CIE-Lab79.5534-7.309774.8582

#ddc625 color RGB value is (221,198,37).

#ddc625 hex color red value is 221, green value is 198 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #ddc625 hue: 0.15 , saturation: 0.73 and the lightness value of ddc625 is 0.51.

The process color (four color CMYK) of #ddc625 color hex is 0.00, 0.10, 0.83, 0.13. Web safe color of #ddc625 is #cccc33. Color #ddc625 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000110 00100101
Octal 335 306 45
Decimal 221 198 37
Hex DD C6 25

RGB Percentages of Color #ddc625

%48.46
%43.42
%8.11

CMYK Percentages of Color #ddc625

%0
%10
%83
%13

Triadic Colors of #ddc625

#ddc625 #25ddc6 #c625dd

Analogous Colors of #ddc625

#ddc625 #98dd25 #dd6a25

Monochromatic Colors of #ddc625

#ddc625

Complementary Color

#ddc625 #253cdd

#ddc625 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc625 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc625 Color CSS Codes

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

#ddc625 Text Font Color

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

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


#ddc625 Background Color

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

This div background color is #ddc625


#ddc625 Border Color

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

This div border color is #ddc625


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc625


Comments

No comments written yet.

Please login to write comment.