#DCCB9C

Color #DCCB9C Tahuna Sands (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tahuna Sands #DCCB9C

Tints of Tahuna Sands #DCCB9C

Color information

#DCCB9C (or 0xDCCB9C) is unknown color: approx Tahuna Sands. HEX triplet: DC, CB and 9C. RGB value is (220,203,156). Sum of RGB (Red+Green+Blue) = 220+203+156=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 156 (61.33% from 255 or 26.94% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCB9C is #233463. Grayscale: #CACACA. Windows color (decimal): -2307172 or 10275804. OLE color: 10275804.

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

Color convert

RGB220203156-
CMYK00.080.290.14
HSL44.06º47.76%73.73%-
HSV(B)44.06º29.09%86.27%-
XYZ56.8760.3340.1-
YUV202.72101.63140.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 203 (79.69% from 255) = 35.06%
BLUE value IS 156 (61.33% from 255) = 26.94%
R=38.00%
G=35.06%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020315600.080.290.1444.0647.7673.73
HexDCCB9C081DE2c304a
Octal33431323401035165460112
Binary110111001100101110011100010001110111101011001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCB9C; }

 p { color: rgb(220,203,156); }

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

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

 a { background-color: rgb(220,203,156); }

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

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

 span { border-color: rgb(220,203,156); }

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