Color Hex Logo

#ddcc62 Color Hex

#DDCC62
(221,204,98)
0 Favorites   0 Comments

Color spaces of #ddcc62

RGB 22120498
HSL0.140.640.63
HSV52°56°87°
CMYK 0.000.080.56   0.13
XYZ53.616359.439720.2024
Yxy59.43970.40230.4460
Hunter Lab77.0971-10.784338.4318
CIE-Lab81.5327-7.266954.0882

#ddcc62 color RGB value is (221,204,98).

#ddcc62 hex color red value is 221, green value is 204 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #ddcc62 hue: 0.14 , saturation: 0.64 and the lightness value of ddcc62 is 0.63.

The process color (four color CMYK) of #ddcc62 color hex is 0.00, 0.08, 0.56, 0.13. Web safe color of #ddcc62 is #cccc66. Color #ddcc62 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 01100010
Octal 335 314 142
Decimal 221 204 98
Hex DD CC 62

RGB Percentages of Color #ddcc62

%42.26
%39.01
%18.74

CMYK Percentages of Color #ddcc62

%0
%8
%56
%13

Triadic Colors of #ddcc62

#ddcc62 #62ddcc #cc62dd

Analogous Colors of #ddcc62

#ddcc62 #b1dd62 #dd8f62

Monochromatic Colors of #ddcc62

#ddcc62

Complementary Color

#ddcc62 #6273dd

#ddcc62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcc62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcc62 Color CSS Codes

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

#ddcc62 Text Font Color

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

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


#ddcc62 Background Color

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

This div background color is #ddcc62


#ddcc62 Border Color

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

This div border color is #ddcc62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcc62


Comments

No comments written yet.

Please login to write comment.