Html Css Color HEX #D5BB9E Vanilla

📋 copy color: '#D5BB9E'

red 213 ◦ green 187 ◦ blue 158

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

Shades of Vanilla #D5BB9E

Tints of Vanilla #D5BB9E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.51%

 BLUE value IS 158 (62.11% from 255) = 28.32%

R = 38.17%
G = 33.51%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5BB9E (or 0xD5BB9E) is known color: Vanilla. HEX triplet: D5, BB and 9E. RGB value is (213,187,158). Sum of RGB (Red+Green+Blue) = 213+187+158=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 158 (62.11% from 255 or 28.32% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BB9E is #2A4461. Grayscale: #BFBFBF. Windows color (decimal): -2770018 or 10402773. OLE color: 10402773.

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

Color convert

RGB 213 187 158 -
CMYK 0 0.12 0.26 0.16
HSL 31.64º 0.4% 0.73% -
HSV(B) 31.64º 0.26% 0.84% -
XYZ 51.38 52.16 39.71 -
YUV 191.47 109.11 143.36 -
System Red Green Blue C M Y K H S L
Decimal 213 187 158 0 0.12 0.26 0.16 31.64 0.4 0.73
Hex D5 BB 9E 0 C 1A 10 20 28 49
Octal 325 273 236 0 14 32 20 40 50 111
Binary 11010101 10111011 10011110 0 1100 11010 10000 100000 101000 1001001

Color Harmonies of #D5BB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BB9E

Black with #D5BB9E

Text Example


Text Example

White with #D5BB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BB9E; }

 p { color: rgb(213,187,158); }

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

background-color css

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

 a { background-color: rgb(213,187,158); }

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

border-color css

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

 span { border-color: rgb(213,187,158); }

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