#D4B68A

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

Shades of Tan #D4B68A

Tints of Tan #D4B68A

Color information

#D4B68A (or 0xD4B68A) is unknown color: approx Tan. HEX triplet: D4, B6 and 8A. RGB value is (212,182,138). Sum of RGB (Red+Green+Blue) = 212+182+138=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 182 (71.48% from 255 or 34.21% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B68A is #2B4975. Grayscale: #BABABA. Windows color (decimal): -2836854 or 9090772. OLE color: 9090772.

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

Color convert

RGB212182138-
CMYK00.140.350.17
HSL35.68º46.25%68.63%-
HSV(B)35.68º34.91%83.14%-
XYZ48.4749.2931-
YUV185.95100.94146.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.85%
GREEN value IS 182 (71.48% from 255) = 34.21%
BLUE value IS 138 (54.30% from 255) = 25.94%
R=39.85%
G=34.21%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218213800.140.350.1735.6846.2568.63
HexD4B68A0E2311242e45
Octal32426621201643214456105
Binary11010100101101101000101001110100011100011001001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B68A; }

 p { color: rgb(212,182,138); }

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

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

 a { background-color: rgb(212,182,138); }

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

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

 span { border-color: rgb(212,182,138); }

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