#DFCA63

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

Shades of Golden Sand #DFCA63

Tints of Golden Sand #DFCA63

Color information

#DFCA63 (or 0xDFCA63) is unknown color: approx Golden Sand. HEX triplet: DF, CA and 63. RGB value is (223,202,99). Sum of RGB (Red+Green+Blue) = 223+202+99=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 99 (39.06% from 255 or 18.89% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCA63 is #20359C. Grayscale: #C4C4C4. Windows color (decimal): -2110877 or 6539999. OLE color: 6539999.

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

Color convert

RGB22320299-
CMYK00.090.560.13
HSL49.84º65.96%63.14%-
HSV(B)49.84º55.61%87.45%-
XYZ53.858.8320.32-
YUV196.5472.96146.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.56%
GREEN value IS 202 (79.30% from 255) = 38.55%
BLUE value IS 99 (39.06% from 255) = 18.89%
R=42.56%
G=38.55%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232029900.090.560.1349.8465.9663.14
HexDFCA630938D32423f
Octal33731214301170156210277
Binary110111111100101011000110100111100011011100101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCA63; }

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

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

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

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

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

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

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

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