Html Css Color HEX #D5BC96 Vanilla

📋 copy color: '#D5BC96'

red 213 ◦ green 188 ◦ blue 150

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

Shades of Vanilla #D5BC96

Tints of Vanilla #D5BC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.22%

R = 38.66%
G = 34.12%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D5BC96 (or 0xD5BC96) is known color: Vanilla. HEX triplet: D5, BC and 96. RGB value is (213,188,150). Sum of RGB (Red+Green+Blue) = 213+188+150=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BC96 is #2A4369. Grayscale: #BFBFBF. Windows color (decimal): -2769770 or 9878741. OLE color: 9878741.

HSL color Cylindrical-coordinate representation of color #D5BC96: hue angle of 36.19º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5BC96 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 188 150 -
CMYK 0 0.12 0.30 0.16
HSL 36.19º 0.43% 0.71% -
HSV(B) 36.19º 0.3% 0.84% -
XYZ 50.93 52.31 36.27 -
YUV 191.14 104.78 143.59 -
System Red Green Blue C M Y K H S L
Decimal 213 188 150 0 0.12 0.30 0.16 36.19 0.43 0.71
Hex D5 BC 96 0 C 1E 10 24 2B 47
Octal 325 274 226 0 14 36 20 44 53 107
Binary 11010101 10111100 10010110 0 1100 11110 10000 100100 101011 1000111

Color Harmonies of #D5BC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BC96

Black with #D5BC96

Text Example


Text Example

White with #D5BC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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