#D0C393

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

Shades of Tahuna Sands #D0C393

Tints of Tahuna Sands #D0C393

Color information

#D0C393 (or 0xD0C393) is unknown color: approx Tahuna Sands. HEX triplet: D0, C3 and 93. RGB value is (208,195,147). Sum of RGB (Red+Green+Blue) = 208+195+147=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 195 (76.56% from 255 or 35.45% from 550); Blue value is 147 (57.81% from 255 or 26.73% from 550); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C393 is #2F3C6C. Grayscale: #C1C1C1. Windows color (decimal): -3095661 or 9683920. OLE color: 9683920.

HSL color Cylindrical-coordinate representation of color #D0C393: hue angle of 47.21º 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 #D0C393 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB208195147-
CMYK00.060.290.18
HSL47.21º39.35%69.61%-
HSV(B)47.21º29.33%81.57%-
XYZ50.7954.5535.46-
YUV193.42101.81138.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.82%
GREEN value IS 195 (76.56% from 255) = 35.45%
BLUE value IS 147 (57.81% from 255) = 26.73%
R=37.82%
G=35.45%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819514700.060.290.1847.2139.3569.61
HexD0C393061D122f2746
Octal3203032230635225747106
Binary110100001100001110010011011011101100101011111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C393; }

 p { color: rgb(208,195,147); }

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

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

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

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

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

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

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