Html Css Color HEX #DBB087 Brandy

📋 copy color: '#DBB087'

red 219 ◦ green 176 ◦ blue 135

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

Shades of Brandy #DBB087

Tints of Brandy #DBB087

RGB

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

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

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

R = 41.32%
G = 33.21%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DBB087 (or 0xDBB087) is known color: Brandy. HEX triplet: DB, B0 and 87. RGB value is (219,176,135). Sum of RGB (Red+Green+Blue) = 219+176+135=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 135 (53.12% from 255 or 25.47% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB087 is #244F78. Grayscale: #B8B8B8. Windows color (decimal): -2379641 or 8892635. OLE color: 8892635.

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

Color convert

RGB 219 176 135 -
CMYK 0 0.20 0.38 0.14
HSL 29.29º 0.54% 0.69% -
HSV(B) 29.29º 0.38% 0.86% -
XYZ 49.11 47.86 29.57 -
YUV 184.18 100.25 152.83 -
System Red Green Blue C M Y K H S L
Decimal 219 176 135 0 0.20 0.38 0.14 29.29 0.54 0.69
Hex DB B0 87 0 14 26 E 1D 36 45
Octal 333 260 207 0 24 46 16 35 66 105
Binary 11011011 10110000 10000111 0 10100 100110 1110 11101 110110 1000101

Color Harmonies of #DBB087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB087

Black with #DBB087

Text Example


Text Example

White with #DBB087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB087; }

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

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

background-color css

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

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

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

border-color css

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

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

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