Html Css Color HEX #D4BA9F Vanilla

📋 copy color: '#D4BA9F'

red 212 ◦ green 186 ◦ blue 159

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

Shades of Vanilla #D4BA9F

Tints of Vanilla #D4BA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 28.55%

R = 38.06%
G = 33.39%
B = 28.55%

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

#D4BA9F (or 0xD4BA9F) is known color: Vanilla. HEX triplet: D4, BA and 9F. RGB value is (212,186,159). Sum of RGB (Red+Green+Blue) = 212+186+159=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 159 (62.5% from 255 or 28.55% from 557); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BA9F is #2B4560. Grayscale: #BEBEBE. Windows color (decimal): -2835809 or 10468052. OLE color: 10468052.

HSL color Cylindrical-coordinate representation of color #D4BA9F: hue angle of 30.57º degrees, saturation: 0.38, 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 #D4BA9F is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 186 159 -
CMYK 0 0.12 0.25 0.17
HSL 30.57º 0.38% 0.73% -
HSV(B) 30.57º 0.25% 0.83% -
XYZ 50.97 51.62 40.08 -
YUV 190.7 110.11 143.2 -
System Red Green Blue C M Y K H S L
Decimal 212 186 159 0 0.12 0.25 0.17 30.57 0.38 0.73
Hex D4 BA 9F 0 C 19 11 1F 26 49
Octal 324 272 237 0 14 31 21 37 46 111
Binary 11010100 10111010 10011111 0 1100 11001 10001 11111 100110 1001001

Color Harmonies of #D4BA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BA9F

Black with #D4BA9F

Text Example


Text Example

White with #D4BA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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