Html Css Color HEX #DBB387 Brandy

📋 copy color: '#DBB387'

red 219 ◦ green 179 ◦ blue 135

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

Shades of Brandy #DBB387

Tints of Brandy #DBB387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 25.33%

R = 41.09%
G = 33.58%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DBB387 (or 0xDBB387) is known color: Brandy. HEX triplet: DB, B3 and 87. RGB value is (219,179,135). Sum of RGB (Red+Green+Blue) = 219+179+135=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 135 (53.12% from 255 or 25.33% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB387 is #244C78. Grayscale: #BABABA. Windows color (decimal): -2378873 or 8893403. OLE color: 8893403.

HSL color Cylindrical-coordinate representation of color #DBB387: hue angle of 31.43º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBB387 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 179 135 -
CMYK 0 0.18 0.38 0.14
HSL 31.43º 0.54% 0.69% -
HSV(B) 31.43º 0.38% 0.86% -
XYZ 49.71 49.05 29.77 -
YUV 185.94 99.25 151.58 -
System Red Green Blue C M Y K H S L
Decimal 219 179 135 0 0.18 0.38 0.14 31.43 0.54 0.69
Hex DB B3 87 0 12 26 E 1F 36 45
Octal 333 263 207 0 22 46 16 37 66 105
Binary 11011011 10110011 10000111 0 10010 100110 1110 11111 110110 1000101

Color Harmonies of #DBB387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB387

Black with #DBB387

Text Example


Text Example

White with #DBB387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB387; }

 p { color: rgb(219,179,135); }

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

background-color css

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

 a { background-color: rgb(219,179,135); }

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

border-color css

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

 span { border-color: rgb(219,179,135); }

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