#DDCC61

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

Shades of Golden Sand #DDCC61

Tints of Golden Sand #DDCC61

Color information

#DDCC61 (or 0xDDCC61) is unknown color: approx Golden Sand. HEX triplet: DD, CC and 61. RGB value is (221,204,97). Sum of RGB (Red+Green+Blue) = 221+204+97=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 97 (38.28% from 255 or 18.58% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC61 is #22339E. Grayscale: #C5C5C5. Windows color (decimal): -2241439 or 6409437. OLE color: 6409437.

HSL color Cylindrical-coordinate representation of color #DDCC61: hue angle of 51.77º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDCC61 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB22120497-
CMYK00.080.560.13
HSL51.77º64.58%62.35%-
HSV(B)51.77º56.11%86.67%-
XYZ53.5759.4219.96-
YUV196.8871.63145.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.34%
GREEN value IS 204 (80.08% from 255) = 39.08%
BLUE value IS 97 (38.28% from 255) = 18.58%
R=42.34%
G=39.08%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212049700.080.560.1351.7764.5862.35
HexDDCC610838D34413e
Octal33531414101070156410176
Binary110111011100110011000010100011100011011101001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCC61; }

 p { color: rgb(221,204,97); }

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

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

 a { background-color: rgb(221,204,97); }

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

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

 span { border-color: rgb(221,204,97); }

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