#D0D099

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

Shades of Tahuna Sands #D0D099

Tints of Tahuna Sands #D0D099

Color information

#D0D099 (or 0xD0D099) is unknown color: approx Tahuna Sands. HEX triplet: D0, D0 and 99. RGB value is (208,208,153). Sum of RGB (Red+Green+Blue) = 208+208+153=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 153 (60.16% from 255 or 26.89% from 569); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D099 is #2F2F66. Grayscale: #C9C9C9. Windows color (decimal): -3092327 or 10080464. OLE color: 10080464.

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

Color convert

RGB208208153-
CMYK000.260.18
HSL60º36.91%70.78%-
HSV(B)60º26.44%81.57%-
XYZ54.3260.8239.01-
YUV201.73100.5132.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.56%
GREEN value IS 208 (81.64% from 255) = 36.56%
BLUE value IS 153 (60.16% from 255) = 26.89%
R=36.56%
G=36.56%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208208153000.260.186036.9170.78
HexD0D099001A123c2547
Octal3203202310032227445107
Binary1101000011010000100110010011010100101111001001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D099; }

 p { color: rgb(208,208,153); }

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

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

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

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

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

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

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