Html Css Color HEX #D7B391 Brandy

📋 copy color: '#D7B391'

red 215 ◦ green 179 ◦ blue 145

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

Shades of Brandy #D7B391

Tints of Brandy #D7B391

RGB

 RED value IS 215 (84.38% from 255) = 39.89%

 GREEN value IS 179 (70.31% from 255) = 33.21%

 BLUE value IS 145 (57.03% from 255) = 26.9%

R = 39.89%
G = 33.21%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D7B391 (or 0xD7B391) is known color: Brandy. HEX triplet: D7, B3 and 91. RGB value is (215,179,145). Sum of RGB (Red+Green+Blue) = 215+179+145=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 145 (57.03% from 255 or 26.90% from 539); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B391 is #284C6E. Grayscale: #BABABA. Windows color (decimal): -2641007 or 9548759. OLE color: 9548759.

HSL color Cylindrical-coordinate representation of color #D7B391: hue angle of 29.14º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D7B391 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 179 145 -
CMYK 0 0.17 0.33 0.16
HSL 29.14º 0.47% 0.71% -
HSV(B) 29.14º 0.33% 0.84% -
XYZ 49.26 48.73 33.6 -
YUV 185.89 104.93 148.76 -
System Red Green Blue C M Y K H S L
Decimal 215 179 145 0 0.17 0.33 0.16 29.14 0.47 0.71
Hex D7 B3 91 0 11 21 10 1D 2F 47
Octal 327 263 221 0 21 41 20 35 57 107
Binary 11010111 10110011 10010001 0 10001 100001 10000 11101 101111 1000111

Color Harmonies of #D7B391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B391

Black with #D7B391

Text Example


Text Example

White with #D7B391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B391; }

 p { color: rgb(215,179,145); }

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

background-color css

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

 a { background-color: rgb(215,179,145); }

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

border-color css

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

 span { border-color: rgb(215,179,145); }

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