#DCCB96

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

Shades of Tahuna Sands #DCCB96

Tints of Tahuna Sands #DCCB96

Color information

#DCCB96 (or 0xDCCB96) is unknown color: approx Tahuna Sands. HEX triplet: DC, CB and 96. RGB value is (220,203,150). Sum of RGB (Red+Green+Blue) = 220+203+150=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 150 (58.98% from 255 or 26.18% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCB96 is #233469. Grayscale: #CACACA. Windows color (decimal): -2307178 or 9882588. OLE color: 9882588.

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

Color convert

RGB220203150-
CMYK00.080.320.14
HSL45.43º50%72.55%-
HSV(B)45.43º31.82%86.27%-
XYZ56.3860.1337.49-
YUV202.0498.63140.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.39%
GREEN value IS 203 (79.69% from 255) = 35.43%
BLUE value IS 150 (58.98% from 255) = 26.18%
R=38.39%
G=35.43%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020315000.080.320.1445.435072.55
HexDCCB960820E2d3249
Octal33431322601040165562111
Binary1101110011001011100101100100010000011101011011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCB96; }

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

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

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

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

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

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

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

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