#DBB186

Color #DBB186 Brandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy #DBB186

Tints of Brandy #DBB186

Color information

#DBB186 (or 0xDBB186) is unknown color: approx Brandy. HEX triplet: DB, B1 and 86. RGB value is (219,177,134). Sum of RGB (Red+Green+Blue) = 219+177+134=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB186 is #244E79. Grayscale: #B8B8B8. Windows color (decimal): -2379386 or 8827355. OLE color: 8827355.

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

Color convert

RGB219177134-
CMYK00.190.390.14
HSL30.35º54.14%69.22%-
HSV(B)30.35º38.81%85.88%-
XYZ49.2448.2329.27-
YUV184.6699.41152.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.32%
GREEN value IS 177 (69.53% from 255) = 33.40%
BLUE value IS 134 (52.73% from 255) = 25.28%
R=41.32%
G=33.40%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917713400.190.390.1430.3554.1469.22
HexDBB18601327E1e3645
Octal33326120602347163666105
Binary1101101110110001100001100100111001111110111101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB186; }

 p { color: rgb(219,177,134); }

 H1.HeaderClassName
 {
   color: #DBB186;
 }
 .AnyTagClassName
 {
   color: #DBB186;
 }
</style>
background-color css

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

 a { background-color: rgb(219,177,134); }

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

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

 span { border-color: rgb(219,177,134); }

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