#DFCC6A

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

Shades of Golden Sand #DFCC6A

Tints of Golden Sand #DFCC6A

Color information

#DFCC6A (or 0xDFCC6A) is unknown color: approx Golden Sand. HEX triplet: DF, CC and 6A. RGB value is (223,204,106). Sum of RGB (Red+Green+Blue) = 223+204+106=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 106 (41.80% from 255 or 19.89% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC6A is #203395. Grayscale: #C6C6C6. Windows color (decimal): -2110358 or 6999263. OLE color: 6999263.

HSL color Cylindrical-coordinate representation of color #DFCC6A: hue angle of 50.26º degrees, saturation: 0.65, 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 #DFCC6A is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB223204106-
CMYK00.090.520.13
HSL50.26º64.64%64.51%-
HSV(B)50.26º52.47%87.45%-
XYZ54.6359.9122.32-
YUV198.5175.79145.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.84%
GREEN value IS 204 (80.08% from 255) = 38.27%
BLUE value IS 106 (41.80% from 255) = 19.89%
R=41.84%
G=38.27%
B=19.89%

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
Decimal22320410600.090.520.1350.2664.6464.51
HexDFCC6A0934D324141
Octal337314152011641562101101
Binary1101111111001100110101001001110100110111001010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCC6A; }

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

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

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

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

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

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

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

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