#D0D09B

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

Shades of Tahuna Sands #D0D09B

Tints of Tahuna Sands #D0D09B

Color information

#D0D09B (or 0xD0D09B) is unknown color: approx Tahuna Sands. HEX triplet: D0, D0 and 9B. RGB value is (208,208,155). Sum of RGB (Red+Green+Blue) = 208+208+155=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 155 (60.94% from 255 or 27.15% from 571); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D09B is #2F2F64. Grayscale: #CACACA. Windows color (decimal): -3092325 or 10211536. OLE color: 10211536.

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

Color convert

RGB208208155-
CMYK000.250.18
HSL60º36.05%71.18%-
HSV(B)60º25.48%81.57%-
XYZ54.4860.8939.89-
YUV201.96101.5132.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.43%
GREEN value IS 208 (81.64% from 255) = 36.43%
BLUE value IS 155 (60.94% from 255) = 27.15%
R=36.43%
G=36.43%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208208155000.250.186036.0571.18
HexD0D09B0019123c2447
Octal3203202330031227444107
Binary1101000011010000100110110011001100101111001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D09B; }

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

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

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

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

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

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

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

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