#DCCC9A

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

Shades of Tahuna Sands #DCCC9A

Tints of Tahuna Sands #DCCC9A

Color information

#DCCC9A (or 0xDCCC9A) is unknown color: approx Tahuna Sands. HEX triplet: DC, CC and 9A. RGB value is (220,204,154). Sum of RGB (Red+Green+Blue) = 220+204+154=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 154 (60.55% from 255 or 26.64% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCC9A is #233365. Grayscale: #CBCBCB. Windows color (decimal): -2306918 or 10144988. OLE color: 10144988.

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

Color convert

RGB220204154-
CMYK00.070.30.14
HSL45.45º48.53%73.33%-
HSV(B)45.45º30%86.27%-
XYZ56.9460.7339.29-
YUV203.08100.3140.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.06%
GREEN value IS 204 (80.08% from 255) = 35.29%
BLUE value IS 154 (60.55% from 255) = 26.64%
R=38.06%
G=35.29%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020415400.070.30.1445.4548.5373.33
HexDCCC9A071EE2d3149
Octal3343142320736165561111
Binary11011100110011001001101001111111011101011011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCC9A; }

 p { color: rgb(220,204,154); }

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

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

 a { background-color: rgb(220,204,154); }

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

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

 span { border-color: rgb(220,204,154); }

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