Html Css Color HEX #D0BC99 Vanilla

📋 copy color: '#D0BC99'

red 208 ◦ green 188 ◦ blue 153

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

Shades of Vanilla #D0BC99

Tints of Vanilla #D0BC99

RGB

 RED value IS 208 (81.64% from 255) = 37.89%

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

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

R = 37.89%
G = 34.24%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D0BC99 (or 0xD0BC99) is known color: Vanilla. HEX triplet: D0, BC and 99. RGB value is (208,188,153). Sum of RGB (Red+Green+Blue) = 208+188+153=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 153 (60.16% from 255 or 27.87% from 549); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BC99 is #2F4366. Grayscale: #BEBEBE. Windows color (decimal): -3097447 or 10075344. OLE color: 10075344.

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

Color convert

RGB 208 188 153 -
CMYK 0 0.10 0.26 0.18
HSL 38.18º 0.37% 0.71% -
HSV(B) 38.18º 0.26% 0.82% -
XYZ 49.75 51.68 37.49 -
YUV 189.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 208 188 153 0 0.10 0.26 0.18 38.18 0.37 0.71
Hex D0 BC 99 0 A 1A 12 26 25 47
Octal 320 274 231 0 12 32 22 46 45 107
Binary 11010000 10111100 10011001 0 1010 11010 10010 100110 100101 1000111

Color Harmonies of #D0BC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BC99

Black with #D0BC99

Text Example


Text Example

White with #D0BC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BC99; }

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

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

background-color css

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

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

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

border-color css

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

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

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