#DCCA95

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

Shades of Tahuna Sands #DCCA95

Tints of Tahuna Sands #DCCA95

Color information

#DCCA95 (or 0xDCCA95) is unknown color: approx Tahuna Sands. HEX triplet: DC, CA and 95. RGB value is (220,202,149). Sum of RGB (Red+Green+Blue) = 220+202+149=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 149 (58.59% from 255 or 26.09% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCA95 is #23356A. Grayscale: #C9C9C9. Windows color (decimal): -2307435 or 9816796. OLE color: 9816796.

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

Color convert

RGB220202149-
CMYK00.080.320.14
HSL44.79º50.35%72.35%-
HSV(B)44.79º32.27%86.27%-
XYZ56.0659.6336.99-
YUV201.3498.46141.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 202 (79.30% from 255) = 35.38%
BLUE value IS 149 (58.59% from 255) = 26.09%
R=38.53%
G=35.38%
B=26.09%

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
Decimal22020214900.080.320.1444.7950.3572.35
HexDCCA950820E2d3248
Octal33431222501040165562110
Binary1101110011001010100101010100010000011101011011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCA95; }

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

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

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

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

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

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

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

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