#DCCC95

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

Shades of Tahuna Sands #DCCC95

Tints of Tahuna Sands #DCCC95

Color information

#DCCC95 (or 0xDCCC95) is unknown color: approx Tahuna Sands. HEX triplet: DC, CC and 95. RGB value is (220,204,149). Sum of RGB (Red+Green+Blue) = 220+204+149=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCC95 is #23336A. Grayscale: #CACACA. Windows color (decimal): -2306923 or 9817308. OLE color: 9817308.

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

Color convert

RGB220204149-
CMYK00.070.320.14
HSL46.48º50.35%72.35%-
HSV(B)46.48º32.27%86.27%-
XYZ56.5360.5737.15-
YUV202.5197.8140.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.39%
GREEN value IS 204 (80.08% from 255) = 35.60%
BLUE value IS 149 (58.59% from 255) = 26.00%
R=38.39%
G=35.60%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020414900.070.320.1446.4850.3572.35
HexDCCC950720E2e3248
Octal3343142250740165662110
Binary110111001100110010010101011110000011101011101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCC95; }

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

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

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

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

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

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

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

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