Html Css Color HEX #D0BA95 Vanilla

📋 copy color: '#D0BA95'

red 208 ◦ green 186 ◦ blue 149

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

Shades of Vanilla #D0BA95

Tints of Vanilla #D0BA95

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.25%

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

R = 38.31%
G = 34.25%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D0BA95 (or 0xD0BA95) is known color: Vanilla. HEX triplet: D0, BA and 95. RGB value is (208,186,149). Sum of RGB (Red+Green+Blue) = 208+186+149=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BA95 is #2F456A. Grayscale: #BCBCBC. Windows color (decimal): -3097963 or 9812688. OLE color: 9812688.

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

Color convert

RGB 208 186 149 -
CMYK 0 0.11 0.28 0.18
HSL 37.63º 0.39% 0.7% -
HSV(B) 37.63º 0.28% 0.82% -
XYZ 49 50.7 35.64 -
YUV 188.36 105.79 142.01 -
System Red Green Blue C M Y K H S L
Decimal 208 186 149 0 0.11 0.28 0.18 37.63 0.39 0.7
Hex D0 BA 95 0 B 1C 12 26 27 46
Octal 320 272 225 0 13 34 22 46 47 106
Binary 11010000 10111010 10010101 0 1011 11100 10010 100110 100111 1000110

Color Harmonies of #D0BA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BA95

Black with #D0BA95

Text Example


Text Example

White with #D0BA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BA95; }

 p { color: rgb(208,186,149); }

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

background-color css

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

 a { background-color: rgb(208,186,149); }

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

border-color css

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

 span { border-color: rgb(208,186,149); }

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