#DCCB9F

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

Shades of Tahuna Sands #DCCB9F

Tints of Tahuna Sands #DCCB9F

Color information

#DCCB9F (or 0xDCCB9F) is unknown color: approx Tahuna Sands. HEX triplet: DC, CB and 9F. RGB value is (220,203,159). Sum of RGB (Red+Green+Blue) = 220+203+159=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 159 (62.5% from 255 or 27.32% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCB9F is #233460. Grayscale: #CBCBCB. Windows color (decimal): -2307169 or 10472412. OLE color: 10472412.

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

Color convert

RGB220203159-
CMYK00.080.280.14
HSL43.28º46.56%74.31%-
HSV(B)43.28º27.73%86.27%-
XYZ57.1360.4341.45-
YUV203.07103.13140.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.80%
GREEN value IS 203 (79.69% from 255) = 34.88%
BLUE value IS 159 (62.5% from 255) = 27.32%
R=37.80%
G=34.88%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020315900.080.280.1443.2846.5674.31
HexDCCB9F081CE2b2f4a
Octal33431323701034165357112
Binary110111001100101110011111010001110011101010111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCB9F; }

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

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

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

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

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

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

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

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