Html Css Color HEX #D1BA95 Vanilla

📋 copy color: '#D1BA95'

red 209 ◦ green 186 ◦ blue 149

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

Shades of Vanilla #D1BA95

Tints of Vanilla #D1BA95

RGB

 RED value IS 209 (82.03% from 255) = 38.42%

 GREEN value IS 186 (73.05% from 255) = 34.19%

 BLUE value IS 149 (58.59% from 255) = 27.39%

R = 38.42%
G = 34.19%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D1BA95 (or 0xD1BA95) is known color: Vanilla. HEX triplet: D1, BA and 95. RGB value is (209,186,149). Sum of RGB (Red+Green+Blue) = 209+186+149=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BA95 is #2E456A. Grayscale: #BCBCBC. Windows color (decimal): -3032427 or 9812689. OLE color: 9812689.

HSL color Cylindrical-coordinate representation of color #D1BA95: hue angle of 37º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1BA95 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 186 149 -
CMYK 0 0.11 0.29 0.18
HSL 37º 0.39% 0.7% -
HSV(B) 37º 0.29% 0.82% -
XYZ 49.28 50.84 35.65 -
YUV 188.66 105.62 142.51 -
System Red Green Blue C M Y K H S L
Decimal 209 186 149 0 0.11 0.29 0.18 37 0.39 0.7
Hex D1 BA 95 0 B 1D 12 25 27 46
Octal 321 272 225 0 13 35 22 45 47 106
Binary 11010001 10111010 10010101 0 1011 11101 10010 100101 100111 1000110

Color Harmonies of #D1BA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BA95

Black with #D1BA95

Text Example


Text Example

White with #D1BA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BA95; }

 p { color: rgb(209,186,149); }

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

background-color css

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

 a { background-color: rgb(209,186,149); }

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

border-color css

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

 span { border-color: rgb(209,186,149); }

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