Html Css Color HEX #D8B890 Brandy

📋 copy color: '#D8B890'

red 216 ◦ green 184 ◦ blue 144

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

Shades of Brandy #D8B890

Tints of Brandy #D8B890

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.82%

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

R = 39.71%
G = 33.82%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D8B890 (or 0xD8B890) is known color: Brandy. HEX triplet: D8, B8 and 90. RGB value is (216,184,144). Sum of RGB (Red+Green+Blue) = 216+184+144=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 144 (56.64% from 255 or 26.47% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B890 is #27476F. Grayscale: #BDBDBD. Windows color (decimal): -2574192 or 9484504. OLE color: 9484504.

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

Color convert

RGB 216 184 144 -
CMYK 0 0.15 0.33 0.15
HSL 33.33º 0.48% 0.71% -
HSV(B) 33.33º 0.33% 0.85% -
XYZ 50.49 50.89 33.55 -
YUV 189.01 102.6 147.25 -
System Red Green Blue C M Y K H S L
Decimal 216 184 144 0 0.15 0.33 0.15 33.33 0.48 0.71
Hex D8 B8 90 0 F 21 F 21 30 47
Octal 330 270 220 0 17 41 17 41 60 107
Binary 11011000 10111000 10010000 0 1111 100001 1111 100001 110000 1000111

Color Harmonies of #D8B890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B890

Black with #D8B890

Text Example


Text Example

White with #D8B890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B890; }

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

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

background-color css

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

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

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

border-color css

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

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

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