#D0C392

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

Shades of Tahuna Sands #D0C392

Tints of Tahuna Sands #D0C392

Color information

#D0C392 (or 0xD0C392) is unknown color: approx Tahuna Sands. HEX triplet: D0, C3 and 92. RGB value is (208,195,146). Sum of RGB (Red+Green+Blue) = 208+195+146=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C392 is #2F3C6D. Grayscale: #C1C1C1. Windows color (decimal): -3095662 or 9618384. OLE color: 9618384.

HSL color Cylindrical-coordinate representation of color #D0C392: hue angle of 47.42º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0C392 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB208195146-
CMYK00.060.300.18
HSL47.42º39.74%69.41%-
HSV(B)47.42º29.81%81.57%-
XYZ50.7254.5235.04-
YUV193.3101.31138.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.89%
GREEN value IS 195 (76.56% from 255) = 35.52%
BLUE value IS 146 (57.42% from 255) = 26.59%
R=37.89%
G=35.52%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819514600.060.300.1847.4239.7469.41
HexD0C392061E122f2845
Octal3203032220636225750105
Binary110100001100001110010010011011110100101011111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C392; }

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

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

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

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

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

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

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

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