Html Css Color HEX #D5BC90 Tan

📋 copy color: '#D5BC90'

red 213 ◦ green 188 ◦ blue 144

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

Shades of Tan #D5BC90

Tints of Tan #D5BC90

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.5%

 BLUE value IS 144 (56.64% from 255) = 26.42%

R = 39.08%
G = 34.5%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D5BC90 (or 0xD5BC90) is known color: Tan. HEX triplet: D5, BC and 90. RGB value is (213,188,144). Sum of RGB (Red+Green+Blue) = 213+188+144=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 144 (56.64% from 255 or 26.42% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BC90 is #2A436F. Grayscale: #BEBEBE. Windows color (decimal): -2769776 or 9485525. OLE color: 9485525.

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

Color convert

RGB 213 188 144 -
CMYK 0 0.12 0.32 0.16
HSL 38.26º 0.45% 0.7% -
HSV(B) 38.26º 0.32% 0.84% -
XYZ 50.46 52.13 33.79 -
YUV 190.46 101.78 144.08 -
System Red Green Blue C M Y K H S L
Decimal 213 188 144 0 0.12 0.32 0.16 38.26 0.45 0.7
Hex D5 BC 90 0 C 20 10 26 2D 46
Octal 325 274 220 0 14 40 20 46 55 106
Binary 11010101 10111100 10010000 0 1100 100000 10000 100110 101101 1000110

Color Harmonies of #D5BC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BC90

Black with #D5BC90

Text Example


Text Example

White with #D5BC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BC90; }

 p { color: rgb(213,188,144); }

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

background-color css

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

 a { background-color: rgb(213,188,144); }

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

border-color css

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

 span { border-color: rgb(213,188,144); }

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