#DCCB9E

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

Shades of Tahuna Sands #DCCB9E

Tints of Tahuna Sands #DCCB9E

Color information

#DCCB9E (or 0xDCCB9E) is unknown color: approx Tahuna Sands. HEX triplet: DC, CB and 9E. RGB value is (220,203,158). Sum of RGB (Red+Green+Blue) = 220+203+158=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 158 (62.11% from 255 or 27.19% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCB9E is #233461. Grayscale: #CBCBCB. Windows color (decimal): -2307170 or 10406876. OLE color: 10406876.

HSL color Cylindrical-coordinate representation of color #DCCB9E: hue angle of 43.55º 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 #DCCB9E is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB220203158-
CMYK00.080.280.14
HSL43.55º46.97%74.12%-
HSV(B)43.55º28.18%86.27%-
XYZ57.0460.441-
YUV202.95102.63140.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.87%
GREEN value IS 203 (79.69% from 255) = 34.94%
BLUE value IS 158 (62.11% from 255) = 27.19%
R=37.87%
G=34.94%
B=27.19%

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
Decimal22020315800.080.280.1443.5546.9774.12
HexDCCB9E081CE2c2f4a
Octal33431323601034165457112
Binary110111001100101110011110010001110011101011001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCB9E; }

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

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

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

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

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

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

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

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