#DCCC97

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

Shades of Tahuna Sands #DCCC97

Tints of Tahuna Sands #DCCC97

Color information

#DCCC97 (or 0xDCCC97) is unknown color: approx Tahuna Sands. HEX triplet: DC, CC and 97. RGB value is (220,204,151). Sum of RGB (Red+Green+Blue) = 220+204+151=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 151 (59.38% from 255 or 26.26% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCC97 is #233368. Grayscale: #CACACA. Windows color (decimal): -2306921 or 9948380. OLE color: 9948380.

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

Color convert

RGB220204151-
CMYK00.070.310.14
HSL46.09º49.64%72.75%-
HSV(B)46.09º31.36%86.27%-
XYZ56.6960.6437.99-
YUV202.7498.8140.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 204 (80.08% from 255) = 35.48%
BLUE value IS 151 (59.38% from 255) = 26.26%
R=38.26%
G=35.48%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020415100.070.310.1446.0949.6472.75
HexDCCC97071FE2e3249
Octal3343142270737165662111
Binary11011100110011001001011101111111111101011101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCC97; }

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

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

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

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

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

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

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

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