Html Css Color HEX #DBB289 Brandy

📋 copy color: '#DBB289'

red 219 ◦ green 178 ◦ blue 137

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

Shades of Brandy #DBB289

Tints of Brandy #DBB289

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.33%

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

R = 41.01%
G = 33.33%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DBB289 (or 0xDBB289) is known color: Brandy. HEX triplet: DB, B2 and 89. RGB value is (219,178,137). Sum of RGB (Red+Green+Blue) = 219+178+137=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 137 (53.91% from 255 or 25.66% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB289 is #244D76. Grayscale: #B9B9B9. Windows color (decimal): -2379127 or 9024219. OLE color: 9024219.

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

Color convert

RGB 219 178 137 -
CMYK 0 0.19 0.37 0.14
HSL 30º 0.53% 0.7% -
HSV(B) 30º 0.37% 0.86% -
XYZ 49.65 48.71 30.45 -
YUV 185.59 100.58 151.83 -
System Red Green Blue C M Y K H S L
Decimal 219 178 137 0 0.19 0.37 0.14 30 0.53 0.7
Hex DB B2 89 0 13 25 E 1E 35 46
Octal 333 262 211 0 23 45 16 36 65 106
Binary 11011011 10110010 10001001 0 10011 100101 1110 11110 110101 1000110

Color Harmonies of #DBB289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB289

Black with #DBB289

Text Example


Text Example

White with #DBB289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB289; }

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

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

background-color css

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

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

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

border-color css

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

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

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