#D0C492

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

Shades of Tahuna Sands #D0C492

Tints of Tahuna Sands #D0C492

Color information

#D0C492 (or 0xD0C492) is unknown color: approx Tahuna Sands. HEX triplet: D0, C4 and 92. RGB value is (208,196,146). Sum of RGB (Red+Green+Blue) = 208+196+146=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 146 (57.42% from 255 or 26.55% from 550); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C492 is #2F3B6D. Grayscale: #C2C2C2. Windows color (decimal): -3095406 or 9618640. OLE color: 9618640.

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

Color convert

RGB208196146-
CMYK00.060.300.18
HSL48.39º39.74%69.41%-
HSV(B)48.39º29.81%81.57%-
XYZ50.9454.9735.12-
YUV193.89100.98138.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.82%
GREEN value IS 196 (76.95% from 255) = 35.64%
BLUE value IS 146 (57.42% from 255) = 26.55%
R=37.82%
G=35.64%
B=26.55%

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
Decimal20819614600.060.300.1848.3939.7469.41
HexD0C492061E12302845
Octal3203042220636226050105
Binary110100001100010010010010011011110100101100001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C492; }

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

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

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

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

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

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

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

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