Html Css Color HEX #D5BF92 Tan

📋 copy color: '#D5BF92'

red 213 ◦ green 191 ◦ blue 146

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

Shades of Tan #D5BF92

Tints of Tan #D5BF92

RGB

 RED value IS 213 (83.59% from 255) = 38.73%

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

 BLUE value IS 146 (57.42% from 255) = 26.55%

R = 38.73%
G = 34.73%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D5BF92 (or 0xD5BF92) is known color: Tan. HEX triplet: D5, BF and 92. RGB value is (213,191,146). Sum of RGB (Red+Green+Blue) = 213+191+146=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 146 (57.42% from 255 or 26.55% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BF92 is #2A406D. Grayscale: #C0C0C0. Windows color (decimal): -2769006 or 9617365. OLE color: 9617365.

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

Color convert

RGB 213 191 146 -
CMYK 0 0.10 0.31 0.16
HSL 40.3º 0.44% 0.7% -
HSV(B) 40.3º 0.31% 0.84% -
XYZ 51.26 53.48 34.82 -
YUV 192.45 101.79 142.66 -
System Red Green Blue C M Y K H S L
Decimal 213 191 146 0 0.10 0.31 0.16 40.3 0.44 0.7
Hex D5 BF 92 0 A 1F 10 28 2C 46
Octal 325 277 222 0 12 37 20 50 54 106
Binary 11010101 10111111 10010010 0 1010 11111 10000 101000 101100 1000110

Color Harmonies of #D5BF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BF92

Black with #D5BF92

Text Example


Text Example

White with #D5BF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BF92; }

 p { color: rgb(213,191,146); }

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

background-color css

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

 a { background-color: rgb(213,191,146); }

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

border-color css

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

 span { border-color: rgb(213,191,146); }

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