Html Css Color HEX #D9BA8E Brandy

📋 copy color: '#D9BA8E'

red 217 ◦ green 186 ◦ blue 142

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

Shades of Brandy #D9BA8E

Tints of Brandy #D9BA8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.06%

R = 39.82%
G = 34.13%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9BA8E (or 0xD9BA8E) is known color: Brandy. HEX triplet: D9, BA and 8E. RGB value is (217,186,142). Sum of RGB (Red+Green+Blue) = 217+186+142=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BA8E is #264571. Grayscale: #BEBEBE. Windows color (decimal): -2508146 or 9353945. OLE color: 9353945.

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

Color convert

RGB 217 186 142 -
CMYK 0 0.14 0.35 0.15
HSL 35.2º 0.5% 0.7% -
HSV(B) 35.2º 0.35% 0.85% -
XYZ 51.06 51.82 32.9 -
YUV 190.25 100.77 147.08 -
System Red Green Blue C M Y K H S L
Decimal 217 186 142 0 0.14 0.35 0.15 35.2 0.5 0.7
Hex D9 BA 8E 0 E 23 F 23 32 46
Octal 331 272 216 0 16 43 17 43 62 106
Binary 11011001 10111010 10001110 0 1110 100011 1111 100011 110010 1000110

Color Harmonies of #D9BA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA8E

Black with #D9BA8E

Text Example


Text Example

White with #D9BA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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