#D0C495

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

Shades of Tahuna Sands #D0C495

Tints of Tahuna Sands #D0C495

Color information

#D0C495 (or 0xD0C495) is unknown color: approx Tahuna Sands. HEX triplet: D0, C4 and 95. RGB value is (208,196,149). Sum of RGB (Red+Green+Blue) = 208+196+149=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 196 (76.95% from 255 or 35.44% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C495 is #2F3B6A. Grayscale: #C2C2C2. Windows color (decimal): -3095403 or 9815248. OLE color: 9815248.

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

Color convert

RGB208196149-
CMYK00.060.280.18
HSL47.8º38.56%70%-
HSV(B)47.8º28.37%81.57%-
XYZ51.1855.0636.36-
YUV194.23102.48137.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.61%
GREEN value IS 196 (76.95% from 255) = 35.44%
BLUE value IS 149 (58.59% from 255) = 26.94%
R=37.61%
G=35.44%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819614900.060.280.1847.838.5670
HexD0C495061C12302746
Octal3203042250634226047106
Binary110100001100010010010101011011100100101100001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C495; }

 p { color: rgb(208,196,149); }

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

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

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

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

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

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

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