#DCD497

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

Shades of Tahuna Sands #DCD497

Tints of Tahuna Sands #DCD497

Color information

#DCD497 (or 0xDCD497) is unknown color: approx Tahuna Sands. HEX triplet: DC, D4 and 97. RGB value is (220,212,151). Sum of RGB (Red+Green+Blue) = 220+212+151=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 151 (59.38% from 255 or 25.90% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD497 is #232B68. Grayscale: #CFCFCF. Windows color (decimal): -2304873 or 9950428. OLE color: 9950428.

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

Color convert

RGB220212151-
CMYK00.040.310.14
HSL53.04º49.64%72.75%-
HSV(B)53.04º31.36%86.27%-
XYZ58.6464.5438.64-
YUV207.4496.15136.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.74%
GREEN value IS 212 (83.20% from 255) = 36.36%
BLUE value IS 151 (59.38% from 255) = 25.90%
R=37.74%
G=36.36%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021215100.040.310.1453.0449.6472.75
HexDCD497041FE353249
Octal3343242270437166562111
Binary11011100110101001001011101001111111101101011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD497; }

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

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

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

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

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

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

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

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