Html Css Color HEX #D6BA98 Vanilla

📋 copy color: '#D6BA98'

red 214 ◦ green 186 ◦ blue 152

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

Shades of Vanilla #D6BA98

Tints of Vanilla #D6BA98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.54%

R = 38.77%
G = 33.7%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D6BA98 (or 0xD6BA98) is known color: Vanilla. HEX triplet: D6, BA and 98. RGB value is (214,186,152). Sum of RGB (Red+Green+Blue) = 214+186+152=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 152 (59.77% from 255 or 27.54% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BA98 is #294567. Grayscale: #BEBEBE. Windows color (decimal): -2704744 or 10009302. OLE color: 10009302.

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

Color convert

RGB 214 186 152 -
CMYK 0 0.13 0.29 0.16
HSL 32.9º 0.43% 0.72% -
HSV(B) 32.9º 0.29% 0.84% -
XYZ 50.96 51.68 37 -
YUV 190.5 106.28 144.76 -
System Red Green Blue C M Y K H S L
Decimal 214 186 152 0 0.13 0.29 0.16 32.9 0.43 0.72
Hex D6 BA 98 0 D 1D 10 21 2B 48
Octal 326 272 230 0 15 35 20 41 53 110
Binary 11010110 10111010 10011000 0 1101 11101 10000 100001 101011 1001000

Color Harmonies of #D6BA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA98

Black with #D6BA98

Text Example


Text Example

White with #D6BA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA98; }

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

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

background-color css

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

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

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

border-color css

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

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

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