Html Css Color HEX #D2BC95 Vanilla

📋 copy color: '#D2BC95'

red 210 ◦ green 188 ◦ blue 149

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

Shades of Vanilla #D2BC95

Tints of Vanilla #D2BC95

RGB

 RED value IS 210 (82.42% from 255) = 38.39%

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

 BLUE value IS 149 (58.59% from 255) = 27.24%

R = 38.39%
G = 34.37%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D2BC95 (or 0xD2BC95) is known color: Vanilla. HEX triplet: D2, BC and 95. RGB value is (210,188,149). Sum of RGB (Red+Green+Blue) = 210+188+149=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BC95 is #2D436A. Grayscale: #BEBEBE. Windows color (decimal): -2966379 or 9813202. OLE color: 9813202.

HSL color Cylindrical-coordinate representation of color #D2BC95: hue angle of 38.36º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2BC95 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 188 149 -
CMYK 0 0.10 0.29 0.18
HSL 38.36º 0.4% 0.7% -
HSV(B) 38.36º 0.29% 0.82% -
XYZ 49.99 51.84 35.8 -
YUV 190.13 104.79 142.17 -
System Red Green Blue C M Y K H S L
Decimal 210 188 149 0 0.10 0.29 0.18 38.36 0.4 0.7
Hex D2 BC 95 0 A 1D 12 26 28 46
Octal 322 274 225 0 12 35 22 46 50 106
Binary 11010010 10111100 10010101 0 1010 11101 10010 100110 101000 1000110

Color Harmonies of #D2BC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BC95

Black with #D2BC95

Text Example


Text Example

White with #D2BC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BC95; }

 p { color: rgb(210,188,149); }

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

background-color css

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

 a { background-color: rgb(210,188,149); }

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

border-color css

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

 span { border-color: rgb(210,188,149); }

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