Html Css Color HEX #D6BC99 Vanilla

📋 copy color: '#D6BC99'

red 214 ◦ green 188 ◦ blue 153

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

Shades of Vanilla #D6BC99

Tints of Vanilla #D6BC99

RGB

 RED value IS 214 (83.98% from 255) = 38.56%

 GREEN value IS 188 (73.83% from 255) = 33.87%

 BLUE value IS 153 (60.16% from 255) = 27.57%

R = 38.56%
G = 33.87%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D6BC99 (or 0xD6BC99) is known color: Vanilla. HEX triplet: D6, BC and 99. RGB value is (214,188,153). Sum of RGB (Red+Green+Blue) = 214+188+153=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 153 (60.16% from 255 or 27.57% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BC99 is #294366. Grayscale: #BFBFBF. Windows color (decimal): -2704231 or 10075350. OLE color: 10075350.

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

Color convert

RGB 214 188 153 -
CMYK 0 0.12 0.29 0.16
HSL 34.43º 0.43% 0.72% -
HSV(B) 34.43º 0.29% 0.84% -
XYZ 51.46 52.56 37.57 -
YUV 191.78 106.11 143.85 -
System Red Green Blue C M Y K H S L
Decimal 214 188 153 0 0.12 0.29 0.16 34.43 0.43 0.72
Hex D6 BC 99 0 C 1D 10 22 2B 48
Octal 326 274 231 0 14 35 20 42 53 110
Binary 11010110 10111100 10011001 0 1100 11101 10000 100010 101011 1001000

Color Harmonies of #D6BC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BC99

Black with #D6BC99

Text Example


Text Example

White with #D6BC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BC99; }

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

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

background-color css

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

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

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

border-color css

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

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

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