#D0C398

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

Shades of Tahuna Sands #D0C398

Tints of Tahuna Sands #D0C398

Color information

#D0C398 (or 0xD0C398) is unknown color: approx Tahuna Sands. HEX triplet: D0, C3 and 98. RGB value is (208,195,152). Sum of RGB (Red+Green+Blue) = 208+195+152=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 152 (59.77% from 255 or 27.39% from 555); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C398 is #2F3C67. Grayscale: #C2C2C2. Windows color (decimal): -3095656 or 10011600. OLE color: 10011600.

HSL color Cylindrical-coordinate representation of color #D0C398: hue angle of 46.07º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0C398 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB208195152-
CMYK00.060.270.18
HSL46.07º37.33%70.59%-
HSV(B)46.07º26.92%81.57%-
XYZ51.254.7137.57-
YUV193.98104.31138-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.48%
GREEN value IS 195 (76.56% from 255) = 35.14%
BLUE value IS 152 (59.77% from 255) = 27.39%
R=37.48%
G=35.14%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819515200.060.270.1846.0737.3370.59
HexD0C398061B122e2547
Octal3203032300633225645107
Binary110100001100001110011000011011011100101011101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C398; }

 p { color: rgb(208,195,152); }

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

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

 a { background-color: rgb(208,195,152); }

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

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

 span { border-color: rgb(208,195,152); }

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