#DCC961

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

Shades of Golden Sand #DCC961

Tints of Golden Sand #DCC961

Color information

#DCC961 (or 0xDCC961) is unknown color: approx Golden Sand. HEX triplet: DC, C9 and 61. RGB value is (220,201,97). Sum of RGB (Red+Green+Blue) = 220+201+97=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 97 (38.28% from 255 or 18.73% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC961 is #23369E. Grayscale: #C3C3C3. Windows color (decimal): -2307743 or 6408668. OLE color: 6408668.

HSL color Cylindrical-coordinate representation of color #DCC961: hue angle of 50.73º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCC961 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB22020197-
CMYK00.090.560.14
HSL50.73º63.73%62.16%-
HSV(B)50.73º55.91%86.27%-
XYZ52.5657.8519.71-
YUV194.8272.79145.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.47%
GREEN value IS 201 (78.91% from 255) = 38.80%
BLUE value IS 97 (38.28% from 255) = 18.73%
R=42.47%
G=38.80%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202019700.090.560.1450.7363.7362.16
HexDCC9610938E33403e
Octal33431114101170166310076
Binary110111001100100111000010100111100011101100111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC961; }

 p { color: rgb(220,201,97); }

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

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

 a { background-color: rgb(220,201,97); }

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

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

 span { border-color: rgb(220,201,97); }

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