Html Css Color HEX #D6BF93 Tan

📋 copy color: '#D6BF93'

red 214 ◦ green 191 ◦ blue 147

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

Shades of Tan #D6BF93

Tints of Tan #D6BF93

RGB

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

 GREEN value IS 191 (75% from 255) = 34.6%

 BLUE value IS 147 (57.81% from 255) = 26.63%

R = 38.77%
G = 34.6%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D6BF93 (or 0xD6BF93) is known color: Tan. HEX triplet: D6, BF and 93. RGB value is (214,191,147). Sum of RGB (Red+Green+Blue) = 214+191+147=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 147 (57.81% from 255 or 26.63% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BF93 is #29406C. Grayscale: #C1C1C1. Windows color (decimal): -2703469 or 9682902. OLE color: 9682902.

HSL color Cylindrical-coordinate representation of color #D6BF93: hue angle of 39.4º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D6BF93 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 191 147 -
CMYK 0 0.11 0.31 0.16
HSL 39.4º 0.45% 0.71% -
HSV(B) 39.4º 0.31% 0.84% -
XYZ 51.63 53.66 35.24 -
YUV 192.86 102.12 143.08 -
System Red Green Blue C M Y K H S L
Decimal 214 191 147 0 0.11 0.31 0.16 39.4 0.45 0.71
Hex D6 BF 93 0 B 1F 10 27 2D 47
Octal 326 277 223 0 13 37 20 47 55 107
Binary 11010110 10111111 10010011 0 1011 11111 10000 100111 101101 1000111

Color Harmonies of #D6BF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BF93

Black with #D6BF93

Text Example


Text Example

White with #D6BF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BF93; }

 p { color: rgb(214,191,147); }

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

background-color css

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

 a { background-color: rgb(214,191,147); }

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

border-color css

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

 span { border-color: rgb(214,191,147); }

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