Html Css Color HEX #D2BC97 Vanilla

📋 copy color: '#D2BC97'

red 210 ◦ green 188 ◦ blue 151

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

Shades of Vanilla #D2BC97

Tints of Vanilla #D2BC97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.5%

R = 38.25%
G = 34.24%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D2BC97 (or 0xD2BC97) is known color: Vanilla. HEX triplet: D2, BC and 97. RGB value is (210,188,151). Sum of RGB (Red+Green+Blue) = 210+188+151=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 151 (59.38% from 255 or 27.50% from 549); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BC97 is #2D4368. Grayscale: #BEBEBE. Windows color (decimal): -2966377 or 9944274. OLE color: 9944274.

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

Color convert

RGB 210 188 151 -
CMYK 0 0.10 0.28 0.18
HSL 37.63º 0.4% 0.71% -
HSV(B) 37.63º 0.28% 0.82% -
XYZ 50.15 51.9 36.65 -
YUV 190.36 105.79 142.01 -
System Red Green Blue C M Y K H S L
Decimal 210 188 151 0 0.10 0.28 0.18 37.63 0.4 0.71
Hex D2 BC 97 0 A 1C 12 26 28 47
Octal 322 274 227 0 12 34 22 46 50 107
Binary 11010010 10111100 10010111 0 1010 11100 10010 100110 101000 1000111

Color Harmonies of #D2BC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BC97

Black with #D2BC97

Text Example


Text Example

White with #D2BC97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BC97; }

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

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

background-color css

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

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

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

border-color css

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

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

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