#D0CA92

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

Shades of Tahuna Sands #D0CA92

Tints of Tahuna Sands #D0CA92

Color information

#D0CA92 (or 0xD0CA92) is unknown color: approx Tahuna Sands. HEX triplet: D0, CA and 92. RGB value is (208,202,146). Sum of RGB (Red+Green+Blue) = 208+202+146=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 146 (57.42% from 255 or 26.26% from 556); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CA92 is #2F356D. Grayscale: #C5C5C5. Windows color (decimal): -3093870 or 9620176. OLE color: 9620176.

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

Color convert

RGB208202146-
CMYK00.030.300.18
HSL54.19º39.74%69.41%-
HSV(B)54.19º29.81%81.57%-
XYZ52.3257.7335.58-
YUV197.4198.99135.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.41%
GREEN value IS 202 (79.30% from 255) = 36.33%
BLUE value IS 146 (57.42% from 255) = 26.26%
R=37.41%
G=36.33%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820214600.030.300.1854.1939.7469.41
HexD0CA92031E12362845
Octal3203122220336226650105
Binary11010000110010101001001001111110100101101101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CA92; }

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

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

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

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

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

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

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

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