Html Css Color HEX #D5BB99 Vanilla

📋 copy color: '#D5BB99'

red 213 ◦ green 187 ◦ blue 153

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

Shades of Vanilla #D5BB99

Tints of Vanilla #D5BB99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.67%

R = 38.52%
G = 33.82%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D5BB99 (or 0xD5BB99) is known color: Vanilla. HEX triplet: D5, BB and 99. RGB value is (213,187,153). Sum of RGB (Red+Green+Blue) = 213+187+153=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BB99 is #2A4466. Grayscale: #BFBFBF. Windows color (decimal): -2770023 or 10075093. OLE color: 10075093.

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

Color convert

RGB 213 187 153 -
CMYK 0 0.12 0.28 0.16
HSL 34º 0.42% 0.72% -
HSV(B) 34º 0.28% 0.84% -
XYZ 50.96 51.99 37.49 -
YUV 190.9 106.61 143.76 -
System Red Green Blue C M Y K H S L
Decimal 213 187 153 0 0.12 0.28 0.16 34 0.42 0.72
Hex D5 BB 99 0 C 1C 10 22 2A 48
Octal 325 273 231 0 14 34 20 42 52 110
Binary 11010101 10111011 10011001 0 1100 11100 10000 100010 101010 1001000

Color Harmonies of #D5BB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BB99

Black with #D5BB99

Text Example


Text Example

White with #D5BB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BB99; }

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

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

background-color css

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

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

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

border-color css

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

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

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