#DCCA99

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

Shades of Tahuna Sands #DCCA99

Tints of Tahuna Sands #DCCA99

Color information

#DCCA99 (or 0xDCCA99) is unknown color: approx Tahuna Sands. HEX triplet: DC, CA and 99. RGB value is (220,202,153). Sum of RGB (Red+Green+Blue) = 220+202+153=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 153 (60.16% from 255 or 26.61% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCA99 is #233566. Grayscale: #CACACA. Windows color (decimal): -2307431 or 10078940. OLE color: 10078940.

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

Color convert

RGB220202153-
CMYK00.080.300.14
HSL43.88º48.91%73.14%-
HSV(B)43.88º30.45%86.27%-
XYZ56.3959.7638.7-
YUV201.8100.46140.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 202 (79.30% from 255) = 35.13%
BLUE value IS 153 (60.16% from 255) = 26.61%
R=38.26%
G=35.13%
B=26.61%

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
Decimal22020215300.080.300.1443.8848.9173.14
HexDCCA99081EE2c3149
Octal33431223101036165461111
Binary110111001100101010011001010001111011101011001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCA99; }

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

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

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

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

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

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

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

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