Html Css Color HEX #D8B390 Brandy

📋 copy color: '#D8B390'

red 216 ◦ green 179 ◦ blue 144

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

Shades of Brandy #D8B390

Tints of Brandy #D8B390

RGB

 RED value IS 216 (84.77% from 255) = 40.07%

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

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

R = 40.07%
G = 33.21%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D8B390 (or 0xD8B390) is known color: Brandy. HEX triplet: D8, B3 and 90. RGB value is (216,179,144). Sum of RGB (Red+Green+Blue) = 216+179+144=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B390 is #274C6F. Grayscale: #BABABA. Windows color (decimal): -2575472 or 9483224. OLE color: 9483224.

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

Color convert

RGB 216 179 144 -
CMYK 0 0.17 0.33 0.15
HSL 29.17º 0.48% 0.71% -
HSV(B) 29.17º 0.33% 0.85% -
XYZ 49.47 48.85 33.21 -
YUV 186.07 104.26 149.35 -
System Red Green Blue C M Y K H S L
Decimal 216 179 144 0 0.17 0.33 0.15 29.17 0.48 0.71
Hex D8 B3 90 0 11 21 F 1D 30 47
Octal 330 263 220 0 21 41 17 35 60 107
Binary 11011000 10110011 10010000 0 10001 100001 1111 11101 110000 1000111

Color Harmonies of #D8B390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B390

Black with #D8B390

Text Example


Text Example

White with #D8B390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B390; }

 p { color: rgb(216,179,144); }

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

background-color css

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

 a { background-color: rgb(216,179,144); }

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

border-color css

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

 span { border-color: rgb(216,179,144); }

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