Html Css Color HEX #D4BA9E Vanilla

📋 copy color: '#D4BA9E'

red 212 ◦ green 186 ◦ blue 158

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

Shades of Vanilla #D4BA9E

Tints of Vanilla #D4BA9E

RGB

 RED value IS 212 (83.2% from 255) = 38.13%

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

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

R = 38.13%
G = 33.45%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D4BA9E (or 0xD4BA9E) is known color: Vanilla. HEX triplet: D4, BA and 9E. RGB value is (212,186,158). Sum of RGB (Red+Green+Blue) = 212+186+158=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 158 (62.11% from 255 or 28.42% from 556); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BA9E is #2B4561. Grayscale: #BEBEBE. Windows color (decimal): -2835810 or 10402516. OLE color: 10402516.

HSL color Cylindrical-coordinate representation of color #D4BA9E: hue angle of 31.11º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4BA9E is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 186 158 -
CMYK 0 0.12 0.25 0.17
HSL 31.11º 0.39% 0.73% -
HSV(B) 31.11º 0.25% 0.83% -
XYZ 50.88 51.58 39.62 -
YUV 190.58 109.61 143.28 -
System Red Green Blue C M Y K H S L
Decimal 212 186 158 0 0.12 0.25 0.17 31.11 0.39 0.73
Hex D4 BA 9E 0 C 19 11 1F 27 49
Octal 324 272 236 0 14 31 21 37 47 111
Binary 11010100 10111010 10011110 0 1100 11001 10001 11111 100111 1001001

Color Harmonies of #D4BA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BA9E

Black with #D4BA9E

Text Example


Text Example

White with #D4BA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BA9E; }

 p { color: rgb(212,186,158); }

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

background-color css

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

 a { background-color: rgb(212,186,158); }

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

border-color css

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

 span { border-color: rgb(212,186,158); }

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