#D0D298

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

Shades of Tahuna Sands #D0D298

Tints of Tahuna Sands #D0D298

Color information

#D0D298 (or 0xD0D298) is unknown color: approx Tahuna Sands. HEX triplet: D0, D2 and 98. RGB value is (208,210,152). Sum of RGB (Red+Green+Blue) = 208+210+152=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 152 (59.77% from 255 or 26.67% from 570); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D298 is #2F2D67. Grayscale: #CBCBCB. Windows color (decimal): -3091816 or 10015440. OLE color: 10015440.

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

Color convert

RGB208210152-
CMYK0.0100.280.18
HSL62.07º39.19%70.98%-
HSV(B)62.07º27.62%82.35%-
XYZ54.7361.7738.74-
YUV202.7999.34131.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.49%
GREEN value IS 210 (82.42% from 255) = 36.84%
BLUE value IS 152 (59.77% from 255) = 26.67%
R=36.49%
G=36.84%
B=26.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082101520.0100.280.1862.0739.1970.98
HexD0D298101C123e2747
Octal3203222301034227647107
Binary1101000011010010100110001011100100101111101001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D298; }

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

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

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

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

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

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

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

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