#D0C994

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

Shades of Tahuna Sands #D0C994

Tints of Tahuna Sands #D0C994

Color information

#D0C994 (or 0xD0C994) is unknown color: approx Tahuna Sands. HEX triplet: D0, C9 and 94. RGB value is (208,201,148). Sum of RGB (Red+Green+Blue) = 208+201+148=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 148 (58.20% from 255 or 26.57% from 557); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C994 is #2F366B. Grayscale: #C5C5C5. Windows color (decimal): -3094124 or 9750992. OLE color: 9750992.

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

Color convert

RGB208201148-
CMYK00.030.290.18
HSL53º38.96%69.8%-
HSV(B)53º28.85%81.57%-
XYZ52.2457.3236.33-
YUV197.05100.32135.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.34%
GREEN value IS 201 (78.91% from 255) = 36.09%
BLUE value IS 148 (58.20% from 255) = 26.57%
R=37.34%
G=36.09%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820114800.030.290.185338.9669.8
HexD0C994031D12352746
Octal3203112240335226547106
Binary11010000110010011001010001111101100101101011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C994; }

 p { color: rgb(208,201,148); }

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

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

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

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

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

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

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