#DFCC6C

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

Shades of Golden Sand #DFCC6C

Tints of Golden Sand #DFCC6C

Color information

#DFCC6C (or 0xDFCC6C) is unknown color: approx Golden Sand. HEX triplet: DF, CC and 6C. RGB value is (223,204,108). Sum of RGB (Red+Green+Blue) = 223+204+108=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 108 (42.58% from 255 or 20.19% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC6C is #203393. Grayscale: #C7C7C7. Windows color (decimal): -2110356 or 7130335. OLE color: 7130335.

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

Color convert

RGB223204108-
CMYK00.090.520.13
HSL50.09º64.25%64.9%-
HSV(B)50.09º51.57%87.45%-
XYZ54.7359.9622.88-
YUV198.7476.79145.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.68%
GREEN value IS 204 (80.08% from 255) = 38.13%
BLUE value IS 108 (42.58% from 255) = 20.19%
R=41.68%
G=38.13%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320410800.090.520.1350.0964.2564.9
HexDFCC6C0934D324041
Octal337314154011641562100101
Binary1101111111001100110110001001110100110111001010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCC6C; }

 p { color: rgb(223,204,108); }

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

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

 a { background-color: rgb(223,204,108); }

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

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

 span { border-color: rgb(223,204,108); }

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