#D6BB98

Color #D6BB98 Vanilla (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vanilla #D6BB98

Tints of Vanilla #D6BB98

Color information

#D6BB98 (or 0xD6BB98) is unknown color: approx Vanilla. HEX triplet: D6, BB and 98. RGB value is (214,187,152). Sum of RGB (Red+Green+Blue) = 214+187+152=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 152 (59.77% from 255 or 27.49% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BB98 is #294467. Grayscale: #BFBFBF. Windows color (decimal): -2704488 or 10009558. OLE color: 10009558.

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

Color convert

RGB214187152-
CMYK00.130.290.16
HSL33.87º43.06%71.76%-
HSV(B)33.87º28.97%83.92%-
XYZ51.1752.137.07-
YUV191.08105.95144.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.70%
GREEN value IS 187 (73.44% from 255) = 33.82%
BLUE value IS 152 (59.77% from 255) = 27.49%
R=38.70%
G=33.82%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418715200.130.290.1633.8743.0671.76
HexD6BB980D1D10222b48
Octal32627323001535204253110
Binary1101011010111011100110000110111101100001000101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BB98; }

 p { color: rgb(214,187,152); }

 H1.HeaderClassName
 {
   color: #D6BB98;
 }
 .AnyTagClassName
 {
   color: #D6BB98;
 }
</style>
background-color css

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

 a { background-color: rgb(214,187,152); }

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

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

 span { border-color: rgb(214,187,152); }

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