#DCD198

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

Shades of Tahuna Sands #DCD198

Tints of Tahuna Sands #DCD198

Color information

#DCD198 (or 0xDCD198) is unknown color: approx Tahuna Sands. HEX triplet: DC, D1 and 98. RGB value is (220,209,152). Sum of RGB (Red+Green+Blue) = 220+209+152=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 209 (82.03% from 255 or 35.97% from 581); Blue value is 152 (59.77% from 255 or 26.16% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD198 is #232E67. Grayscale: #CECECE. Windows color (decimal): -2305640 or 10015196. OLE color: 10015196.

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

Color convert

RGB220209152-
CMYK00.050.310.14
HSL50.29º49.28%72.94%-
HSV(B)50.29º30.91%86.27%-
XYZ57.9863.0838.83-
YUV205.7997.64138.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.87%
GREEN value IS 209 (82.03% from 255) = 35.97%
BLUE value IS 152 (59.77% from 255) = 26.16%
R=37.87%
G=35.97%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020915200.050.310.1450.2949.2872.94
HexDCD198051FE323149
Octal3343212300537166261111
Binary11011100110100011001100001011111111101100101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD198; }

 p { color: rgb(220,209,152); }

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

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

 a { background-color: rgb(220,209,152); }

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

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

 span { border-color: rgb(220,209,152); }

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