Html Css Color HEX #D6B58B Tan

📋 copy color: '#D6B58B'

red 214 ◦ green 181 ◦ blue 139

#D6B58B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tan #D6B58B

Tints of Tan #D6B58B

RGB

 RED value IS 214 (83.98% from 255) = 40.07%

 GREEN value IS 181 (71.09% from 255) = 33.9%

 BLUE value IS 139 (54.69% from 255) = 26.03%

R = 40.07%
G = 33.9%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6B58B (or 0xD6B58B) is known color: Tan. HEX triplet: D6, B5 and 8B. RGB value is (214,181,139). Sum of RGB (Red+Green+Blue) = 214+181+139=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 139 (54.69% from 255 or 26.03% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B58B is #294A74. Grayscale: #BABABA. Windows color (decimal): -2706037 or 9156054. OLE color: 9156054.

HSL color Cylindrical-coordinate representation of color #D6B58B: hue angle of 33.6º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6B58B is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 181 139 -
CMYK 0 0.15 0.35 0.16
HSL 33.6º 0.48% 0.69% -
HSV(B) 33.6º 0.35% 0.84% -
XYZ 48.92 49.21 31.35 -
YUV 186.08 101.43 147.92 -
System Red Green Blue C M Y K H S L
Decimal 214 181 139 0 0.15 0.35 0.16 33.6 0.48 0.69
Hex D6 B5 8B 0 F 23 10 22 30 45
Octal 326 265 213 0 17 43 20 42 60 105
Binary 11010110 10110101 10001011 0 1111 100011 10000 100010 110000 1000101

Color Harmonies of #D6B58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B58B

Black with #D6B58B

Text Example


Text Example

White with #D6B58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B58B; }

 p { color: rgb(214,181,139); }

 H1.HeaderClassName
 {
   color: #D6B58B;
 }
 .AnyTagClassName
 {
   color: #D6B58B;
 }
</style>

background-color css

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

 a { background-color: rgb(214,181,139); }

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

border-color css

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

 span { border-color: rgb(214,181,139); }

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