Html Css Color HEX #D0B99B Vanilla

📋 copy color: '#D0B99B'

red 208 ◦ green 185 ◦ blue 155

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

Shades of Vanilla #D0B99B

Tints of Vanilla #D0B99B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.76%

 BLUE value IS 155 (60.94% from 255) = 28.28%

R = 37.96%
G = 33.76%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0B99B (or 0xD0B99B) is known color: Vanilla. HEX triplet: D0, B9 and 9B. RGB value is (208,185,155). Sum of RGB (Red+Green+Blue) = 208+185+155=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 185 (72.66% from 255 or 33.76% from 548); Blue value is 155 (60.94% from 255 or 28.28% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B99B is #2F4664. Grayscale: #BCBCBC. Windows color (decimal): -3098213 or 10205648. OLE color: 10205648.

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

Color convert

RGB 208 185 155 -
CMYK 0 0.11 0.25 0.18
HSL 33.96º 0.36% 0.71% -
HSV(B) 33.96º 0.25% 0.82% -
XYZ 49.28 50.47 38.16 -
YUV 188.46 109.12 141.94 -
System Red Green Blue C M Y K H S L
Decimal 208 185 155 0 0.11 0.25 0.18 33.96 0.36 0.71
Hex D0 B9 9B 0 B 19 12 22 24 47
Octal 320 271 233 0 13 31 22 42 44 107
Binary 11010000 10111001 10011011 0 1011 11001 10010 100010 100100 1000111

Color Harmonies of #D0B99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B99B

Black with #D0B99B

Text Example


Text Example

White with #D0B99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B99B; }

 p { color: rgb(208,185,155); }

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

background-color css

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

 a { background-color: rgb(208,185,155); }

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

border-color css

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

 span { border-color: rgb(208,185,155); }

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