#DCCD97

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

Shades of Tahuna Sands #DCCD97

Tints of Tahuna Sands #DCCD97

Color information

#DCCD97 (or 0xDCCD97) is unknown color: approx Tahuna Sands. HEX triplet: DC, CD and 97. RGB value is (220,205,151). Sum of RGB (Red+Green+Blue) = 220+205+151=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 151 (59.38% from 255 or 26.22% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCD97 is #233268. Grayscale: #CBCBCB. Windows color (decimal): -2306665 or 9948636. OLE color: 9948636.

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

Color convert

RGB220205151-
CMYK00.070.310.14
HSL46.96º49.64%72.75%-
HSV(B)46.96º31.36%86.27%-
XYZ56.9361.1138.07-
YUV203.3398.47139.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 205 (80.47% from 255) = 35.59%
BLUE value IS 151 (59.38% from 255) = 26.22%
R=38.19%
G=35.59%
B=26.22%

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
Decimal22020515100.070.310.1446.9649.6472.75
HexDCCD97071FE2f3249
Octal3343152270737165762111
Binary11011100110011011001011101111111111101011111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCD97; }

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

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

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

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

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

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

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

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