#ddcd65

Color #DDCD65 Golden Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Sand #DDCD65

Tints of Golden Sand #DDCD65

Color information

#DDCD65 (or 0xDDCD65) is unknown color: approx Golden Sand. HEX triplet: DD, CD and 65. RGB value is (221,205,101). Sum of RGB (Red+Green+Blue) = 221+205+101=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD65 is #22329A. Grayscale: #C6C6C6. Windows color (decimal): -2241179 or 6671837. OLE color: 6671837.

HSL color Cylindrical-coordinate representation of color #DDCD65: hue angle of 52º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDCD65 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB221205101-
CMYK00.070.540.13
HSL52º63.83%63.14%-
HSV(B)52º54.3%86.67%-
XYZ5459.9721.04-
YUV197.9373.3144.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 41.94%
GREEN value IS 205 (80.47% from 255) = 38.90%
BLUE value IS 101 (39.84% from 255) = 19.17%
R=41.94%
G=38.90%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120510100.070.540.135263.8363.14
HexDDCD650736D34403f
Octal3353151450766156410077
Binary11011101110011011100101011111011011011101001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddcd65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddcd65; }

 p { color: rgb(221,205,101); }

 H1.HeaderClassName
 {
   color: #ddcd65;
 }
 .AnyTagClassName
 {
   color: #ddcd65;
 }
</style>
background-color css

<style>
 a { background-color: #ddcd65; }

 a { background-color: rgb(221,205,101); }

 div.DivClassName
 {
   background-color: #ddcd65;
 }
 .BgClassName
 {
   background-color: #ddcd65;
 }
</style>
border-color css

<style>
 span { border-color: #ddcd65; }

 span { border-color: rgb(221,205,101); }

 td.TdClassName
 {
   border-color: #ddcd65;
 }
 .TagClassName
 {
   border-color: #ddcd65;
 }
</style>