#D0B792

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

Shades of Tan #D0B792

Tints of Tan #D0B792

Color information

#D0B792 (or 0xD0B792) is unknown color: approx Tan. HEX triplet: D0, B7 and 92. RGB value is (208,183,146). Sum of RGB (Red+Green+Blue) = 208+183+146=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 146 (57.42% from 255 or 27.19% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B792 is #2F486D. Grayscale: #BABABA. Windows color (decimal): -3098734 or 9615312. OLE color: 9615312.

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

Color convert

RGB208183146-
CMYK00.120.300.18
HSL35.81º39.74%69.41%-
HSV(B)35.81º29.81%81.57%-
XYZ48.1349.3534.18-
YUV186.26105.28143.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.73%
GREEN value IS 183 (71.88% from 255) = 34.08%
BLUE value IS 146 (57.42% from 255) = 27.19%
R=38.73%
G=34.08%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818314600.120.300.1835.8139.7469.41
HexD0B7920C1E12242845
Octal32026722201436224450105
Binary1101000010110111100100100110011110100101001001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B792; }

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

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

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

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

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

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

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

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