Html Css Color HEX #DBB089 Brandy

📋 copy color: '#DBB089'

red 219 ◦ green 176 ◦ blue 137

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

Shades of Brandy #DBB089

Tints of Brandy #DBB089

RGB

 RED value IS 219 (85.94% from 255) = 41.17%

 GREEN value IS 176 (69.14% from 255) = 33.08%

 BLUE value IS 137 (53.91% from 255) = 25.75%

R = 41.17%
G = 33.08%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DBB089 (or 0xDBB089) is known color: Brandy. HEX triplet: DB, B0 and 89. RGB value is (219,176,137). Sum of RGB (Red+Green+Blue) = 219+176+137=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 137 (53.91% from 255 or 25.75% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB089 is #244F76. Grayscale: #B8B8B8. Windows color (decimal): -2379639 or 9023707. OLE color: 9023707.

HSL color Cylindrical-coordinate representation of color #DBB089: hue angle of 28.54º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBB089 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 176 137 -
CMYK 0 0.20 0.37 0.14
HSL 28.54º 0.53% 0.7% -
HSV(B) 28.54º 0.37% 0.86% -
XYZ 49.25 47.92 30.32 -
YUV 184.41 101.25 152.67 -
System Red Green Blue C M Y K H S L
Decimal 219 176 137 0 0.20 0.37 0.14 28.54 0.53 0.7
Hex DB B0 89 0 14 25 E 1D 35 46
Octal 333 260 211 0 24 45 16 35 65 106
Binary 11011011 10110000 10001001 0 10100 100101 1110 11101 110101 1000110

Color Harmonies of #DBB089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB089

Black with #DBB089

Text Example


Text Example

White with #DBB089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB089; }

 p { color: rgb(219,176,137); }

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

background-color css

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

 a { background-color: rgb(219,176,137); }

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

border-color css

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

 span { border-color: rgb(219,176,137); }

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