Html Css Color HEX #D9BA8F Brandy

📋 copy color: '#D9BA8F'

red 217 ◦ green 186 ◦ blue 143

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

Shades of Brandy #D9BA8F

Tints of Brandy #D9BA8F

RGB

 RED value IS 217 (85.16% from 255) = 39.74%

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

 BLUE value IS 143 (56.25% from 255) = 26.19%

R = 39.74%
G = 34.07%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D9BA8F (or 0xD9BA8F) is known color: Brandy. HEX triplet: D9, BA and 8F. RGB value is (217,186,143). Sum of RGB (Red+Green+Blue) = 217+186+143=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 143 (56.25% from 255 or 26.19% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BA8F is #264570. Grayscale: #BEBEBE. Windows color (decimal): -2508145 or 9419481. OLE color: 9419481.

HSL color Cylindrical-coordinate representation of color #D9BA8F: hue angle of 34.86º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D9BA8F is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 186 143 -
CMYK 0 0.14 0.34 0.15
HSL 34.86º 0.49% 0.71% -
HSV(B) 34.86º 0.34% 0.85% -
XYZ 51.13 51.85 33.3 -
YUV 190.37 101.27 147 -
System Red Green Blue C M Y K H S L
Decimal 217 186 143 0 0.14 0.34 0.15 34.86 0.49 0.71
Hex D9 BA 8F 0 E 22 F 23 31 47
Octal 331 272 217 0 16 42 17 43 61 107
Binary 11011001 10111010 10001111 0 1110 100010 1111 100011 110001 1000111

Color Harmonies of #D9BA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA8F

Black with #D9BA8F

Text Example


Text Example

White with #D9BA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA8F; }

 p { color: rgb(217,186,143); }

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

background-color css

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

 a { background-color: rgb(217,186,143); }

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

border-color css

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

 span { border-color: rgb(217,186,143); }

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