Color Hex Logo

#ddc065 Color Hex

#DDC065
(221,192,101)
0 Favorites   0 Comments

Color spaces of #ddc065

RGB 221192101
HSL0.130.640.63
HSV46°54°87°
CMYK 0.000.130.54   0.13
XYZ51.017454.011020.0482
Yxy54.01100.40790.4318
Hunter Lab73.4922-4.698735.2706
CIE-Lab78.4681-0.843749.0955

#ddc065 color RGB value is (221,192,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000000 01100101
Octal 335 300 145
Decimal 221 192 101
Hex DD C0 65

RGB Percentages of Color #ddc065

%43.00
%37.35
%19.65

CMYK Percentages of Color #ddc065

%0
%13
%54
%13

Triadic Colors of #ddc065

#ddc065 #65ddc0 #c065dd

Analogous Colors of #ddc065

#ddc065 #bedd65 #dd8465

Monochromatic Colors of #ddc065

#ddc065

Complementary Color

#ddc065 #6582dd

#ddc065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc065 Color CSS Codes

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

#ddc065 Text Font Color

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

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


#ddc065 Background Color

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

This div background color is #ddc065


#ddc065 Border Color

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

This div border color is #ddc065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc065

#ddc065 Color Palettes


Comments

No comments written yet.

Please login to write comment.