Html Css Color HEX #D4BA9B Vanilla

📋 copy color: '#D4BA9B'

red 212 ◦ green 186 ◦ blue 155

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

Shades of Vanilla #D4BA9B

Tints of Vanilla #D4BA9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.03%

R = 38.34%
G = 33.63%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D4BA9B (or 0xD4BA9B) is known color: Vanilla. HEX triplet: D4, BA and 9B. RGB value is (212,186,155). Sum of RGB (Red+Green+Blue) = 212+186+155=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 155 (60.94% from 255 or 28.03% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BA9B is #2B4564. Grayscale: #BEBEBE. Windows color (decimal): -2835813 or 10205908. OLE color: 10205908.

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

Color convert

RGB 212 186 155 -
CMYK 0 0.12 0.27 0.17
HSL 32.63º 0.4% 0.72% -
HSV(B) 32.63º 0.27% 0.83% -
XYZ 50.63 51.48 38.28 -
YUV 190.24 108.11 143.52 -
System Red Green Blue C M Y K H S L
Decimal 212 186 155 0 0.12 0.27 0.17 32.63 0.4 0.72
Hex D4 BA 9B 0 C 1B 11 21 28 48
Octal 324 272 233 0 14 33 21 41 50 110
Binary 11010100 10111010 10011011 0 1100 11011 10001 100001 101000 1001000

Color Harmonies of #D4BA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BA9B

Black with #D4BA9B

Text Example


Text Example

White with #D4BA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BA9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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