Html Css Color HEX #D5BD92 Tan

📋 copy color: '#D5BD92'

red 213 ◦ green 189 ◦ blue 146

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

Shades of Tan #D5BD92

Tints of Tan #D5BD92

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.49%

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

R = 38.87%
G = 34.49%
B = 26.64%

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

#D5BD92 (or 0xD5BD92) is known color: Tan. HEX triplet: D5, BD and 92. RGB value is (213,189,146). Sum of RGB (Red+Green+Blue) = 213+189+146=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 146 (57.42% from 255 or 26.64% from 548); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BD92 is #2A426D. Grayscale: #BFBFBF. Windows color (decimal): -2769518 or 9616853. OLE color: 9616853.

HSL color Cylindrical-coordinate representation of color #D5BD92: hue angle of 38.51º 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 #D5BD92 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 189 146 -
CMYK 0 0.11 0.31 0.16
HSL 38.51º 0.44% 0.7% -
HSV(B) 38.51º 0.31% 0.84% -
XYZ 50.83 52.62 34.67 -
YUV 191.27 102.45 143.5 -
System Red Green Blue C M Y K H S L
Decimal 213 189 146 0 0.11 0.31 0.16 38.51 0.44 0.7
Hex D5 BD 92 0 B 1F 10 27 2C 46
Octal 325 275 222 0 13 37 20 47 54 106
Binary 11010101 10111101 10010010 0 1011 11111 10000 100111 101100 1000110

Color Harmonies of #D5BD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BD92

Black with #D5BD92

Text Example


Text Example

White with #D5BD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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