#D0BB90

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

Shades of Tan #D0BB90

Tints of Tan #D0BB90

Color information

#D0BB90 (or 0xD0BB90) is unknown color: approx Tan. HEX triplet: D0, BB and 90. RGB value is (208,187,144). Sum of RGB (Red+Green+Blue) = 208+187+144=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BB90 is #2F446F. Grayscale: #BCBCBC. Windows color (decimal): -3097712 or 9485264. OLE color: 9485264.

HSL color Cylindrical-coordinate representation of color #D0BB90: hue angle of 40.31º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0BB90 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB208187144-
CMYK00.100.310.18
HSL40.31º40.51%69.02%-
HSV(B)40.31º30.77%81.57%-
XYZ48.8250.9633.65-
YUV188.38102.96142-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.59%
GREEN value IS 187 (73.44% from 255) = 34.69%
BLUE value IS 144 (56.64% from 255) = 26.72%
R=38.59%
G=34.69%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818714400.100.310.1840.3140.5169.02
HexD0BB900A1F12282945
Octal32027322001237225051105
Binary1101000010111011100100000101011111100101010001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BB90; }

 p { color: rgb(208,187,144); }

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

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

 a { background-color: rgb(208,187,144); }

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

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

 span { border-color: rgb(208,187,144); }

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