Html Css Color HEX #D9BA90 Brandy

📋 copy color: '#D9BA90'

red 217 ◦ green 186 ◦ blue 144

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

Shades of Brandy #D9BA90

Tints of Brandy #D9BA90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.33%

R = 39.67%
G = 34%
B = 26.33%

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

#D9BA90 (or 0xD9BA90) is known color: Brandy. HEX triplet: D9, BA and 90. RGB value is (217,186,144). Sum of RGB (Red+Green+Blue) = 217+186+144=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 144 (56.64% from 255 or 26.33% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BA90 is #26456F. Grayscale: #BEBEBE. Windows color (decimal): -2508144 or 9485017. OLE color: 9485017.

HSL color Cylindrical-coordinate representation of color #D9BA90: hue angle of 34.52º 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 #D9BA90 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 186 144 -
CMYK 0 0.14 0.34 0.15
HSL 34.52º 0.49% 0.71% -
HSV(B) 34.52º 0.34% 0.85% -
XYZ 51.21 51.88 33.7 -
YUV 190.48 101.77 146.92 -
System Red Green Blue C M Y K H S L
Decimal 217 186 144 0 0.14 0.34 0.15 34.52 0.49 0.71
Hex D9 BA 90 0 E 22 F 23 31 47
Octal 331 272 220 0 16 42 17 43 61 107
Binary 11011001 10111010 10010000 0 1110 100010 1111 100011 110001 1000111

Color Harmonies of #D9BA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA90

Black with #D9BA90

Text Example


Text Example

White with #D9BA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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