#D6BD99

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

Shades of Vanilla #D6BD99

Tints of Vanilla #D6BD99

Color information

#D6BD99 (or 0xD6BD99) is unknown color: approx Vanilla. HEX triplet: D6, BD and 99. RGB value is (214,189,153). Sum of RGB (Red+Green+Blue) = 214+189+153=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 153 (60.16% from 255 or 27.52% from 556); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BD99 is #294266. Grayscale: #C0C0C0. Windows color (decimal): -2703975 or 10075606. OLE color: 10075606.

HSL color Cylindrical-coordinate representation of color #D6BD99: hue angle of 35.41º 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 #D6BD99 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB214189153-
CMYK00.120.290.16
HSL35.41º42.66%71.96%-
HSV(B)35.41º28.5%83.92%-
XYZ51.6852.9937.64-
YUV192.37105.78143.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.49%
GREEN value IS 189 (74.22% from 255) = 33.99%
BLUE value IS 153 (60.16% from 255) = 27.52%
R=38.49%
G=33.99%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418915300.120.290.1635.4142.6671.96
HexD6BD990C1D10232b48
Octal32627523101435204353110
Binary1101011010111101100110010110011101100001000111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BD99; }

 p { color: rgb(214,189,153); }

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

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

 a { background-color: rgb(214,189,153); }

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

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

 span { border-color: rgb(214,189,153); }

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