Html Css Color HEX #D2BC96 Vanilla

📋 copy color: '#D2BC96'

red 210 ◦ green 188 ◦ blue 150

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

Shades of Vanilla #D2BC96

Tints of Vanilla #D2BC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.37%

R = 38.32%
G = 34.31%
B = 27.37%

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

#D2BC96 (or 0xD2BC96) is known color: Vanilla. HEX triplet: D2, BC and 96. RGB value is (210,188,150). Sum of RGB (Red+Green+Blue) = 210+188+150=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BC96 is #2D4369. Grayscale: #BEBEBE. Windows color (decimal): -2966378 or 9878738. OLE color: 9878738.

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

Color convert

RGB 210 188 150 -
CMYK 0 0.10 0.29 0.18
HSL 38º 0.4% 0.71% -
HSV(B) 38º 0.29% 0.82% -
XYZ 50.07 51.87 36.23 -
YUV 190.25 105.29 142.09 -
System Red Green Blue C M Y K H S L
Decimal 210 188 150 0 0.10 0.29 0.18 38 0.4 0.71
Hex D2 BC 96 0 A 1D 12 26 28 47
Octal 322 274 226 0 12 35 22 46 50 107
Binary 11010010 10111100 10010110 0 1010 11101 10010 100110 101000 1000111

Color Harmonies of #D2BC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BC96

Black with #D2BC96

Text Example


Text Example

White with #D2BC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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