#DDCE65

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

Shades of Golden Sand #DDCE65

Tints of Golden Sand #DDCE65

Color information

#DDCE65 (or 0xDDCE65) is unknown color: approx Golden Sand. HEX triplet: DD, CE and 65. RGB value is (221,206,101). Sum of RGB (Red+Green+Blue) = 221+206+101=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCE65 is #22319A. Grayscale: #C6C6C6. Windows color (decimal): -2240923 or 6672093. OLE color: 6672093.

HSL color Cylindrical-coordinate representation of color #DDCE65: hue angle of 52.5º 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 #DDCE65 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB221206101-
CMYK00.070.540.13
HSL52.5º63.83%63.14%-
HSV(B)52.5º54.3%86.67%-
XYZ54.2460.4521.12-
YUV198.5272.97144.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.86%
GREEN value IS 206 (80.86% from 255) = 39.02%
BLUE value IS 101 (39.84% from 255) = 19.13%
R=41.86%
G=39.02%
B=19.13%

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
Decimal22120610100.070.540.1352.563.8363.14
HexDDCE650736D34403f
Octal3353161450766156410077
Binary11011101110011101100101011111011011011101001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCE65; }

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

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

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

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

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

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

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

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