#D3B08F

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

Shades of Tan #D3B08F

Tints of Tan #D3B08F

Color information

#D3B08F (or 0xD3B08F) is unknown color: approx Tan. HEX triplet: D3, B0 and 8F. RGB value is (211,176,143). Sum of RGB (Red+Green+Blue) = 211+176+143=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 143 (56.25% from 255 or 26.98% from 530); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3B08F is #2C4F70. Grayscale: #B6B6B6. Windows color (decimal): -2903921 or 9416915. OLE color: 9416915.

HSL color Cylindrical-coordinate representation of color #D3B08F: hue angle of 29.12º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D3B08F is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB211176143-
CMYK00.170.320.17
HSL29.12º43.59%69.41%-
HSV(B)29.12º32.23%82.75%-
XYZ47.3546.8832.54-
YUV182.7105.6148.18-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.81%
GREEN value IS 176 (69.14% from 255) = 33.21%
BLUE value IS 143 (56.25% from 255) = 26.98%
R=39.81%
G=33.21%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117614300.170.320.1729.1243.5969.41
HexD3B08F01120111d2c45
Octal32326021702140213554105
Binary11010011101100001000111101000110000010001111011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B08F; }

 p { color: rgb(211,176,143); }

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

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

 a { background-color: rgb(211,176,143); }

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

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

 span { border-color: rgb(211,176,143); }

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