#DCCA63

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

Shades of Golden Sand #DCCA63

Tints of Golden Sand #DCCA63

Color information

#DCCA63 (or 0xDCCA63) is unknown color: approx Golden Sand. HEX triplet: DC, CA and 63. RGB value is (220,202,99). Sum of RGB (Red+Green+Blue) = 220+202+99=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 99 (39.06% from 255 or 19.00% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA63 is #23359C. Grayscale: #C4C4C4. Windows color (decimal): -2307485 or 6539996. OLE color: 6539996.

HSL color Cylindrical-coordinate representation of color #DCCA63: hue angle of 51.07º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCCA63 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB22020299-
CMYK00.080.550.14
HSL51.07º63.35%62.55%-
HSV(B)51.07º55%86.27%-
XYZ52.8958.3620.28-
YUV195.6473.46145.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.23%
GREEN value IS 202 (79.30% from 255) = 38.77%
BLUE value IS 99 (39.06% from 255) = 19.00%
R=42.23%
G=38.77%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202029900.080.550.1451.0763.3562.55
HexDCCA630837E333f3f
Octal3343121430106716637777
Binary11011100110010101100011010001101111110110011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCA63; }

 p { color: rgb(220,202,99); }

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

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

 a { background-color: rgb(220,202,99); }

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

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

 span { border-color: rgb(220,202,99); }

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