#D0CB92

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

Shades of Tahuna Sands #D0CB92

Tints of Tahuna Sands #D0CB92

Color information

#D0CB92 (or 0xD0CB92) is unknown color: approx Tahuna Sands. HEX triplet: D0, CB and 92. RGB value is (208,203,146). Sum of RGB (Red+Green+Blue) = 208+203+146=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 146 (57.42% from 255 or 26.21% from 557); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CB92 is #2F346D. Grayscale: #C6C6C6. Windows color (decimal): -3093614 or 9620432. OLE color: 9620432.

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

Color convert

RGB208203146-
CMYK00.020.300.18
HSL55.16º39.74%69.41%-
HSV(B)55.16º29.81%81.57%-
XYZ52.5658.235.66-
YUV19898.66135.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.34%
GREEN value IS 203 (79.69% from 255) = 36.45%
BLUE value IS 146 (57.42% from 255) = 26.21%
R=37.34%
G=36.45%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820314600.020.300.1855.1639.7469.41
HexD0CB92021E12372845
Octal3203132220236226750105
Binary11010000110010111001001001011110100101101111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CB92; }

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

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

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

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

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

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

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

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