#DCCB99

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

Shades of Tahuna Sands #DCCB99

Tints of Tahuna Sands #DCCB99

Color information

#DCCB99 (or 0xDCCB99) is unknown color: approx Tahuna Sands. HEX triplet: DC, CB and 99. RGB value is (220,203,153). Sum of RGB (Red+Green+Blue) = 220+203+153=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 153 (60.16% from 255 or 26.56% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCB99 is #233466. Grayscale: #CACACA. Windows color (decimal): -2307175 or 10079196. OLE color: 10079196.

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

Color convert

RGB220203153-
CMYK00.080.300.14
HSL44.78º48.91%73.14%-
HSV(B)44.78º30.45%86.27%-
XYZ56.6260.2338.78-
YUV202.38100.13140.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 203 (79.69% from 255) = 35.24%
BLUE value IS 153 (60.16% from 255) = 26.56%
R=38.19%
G=35.24%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020315300.080.300.1444.7848.9173.14
HexDCCB99081EE2d3149
Octal33431323101036165561111
Binary110111001100101110011001010001111011101011011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCB99; }

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

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

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

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

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

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

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

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