#DBB385

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

Shades of Brandy #DBB385

Tints of Brandy #DBB385

Color information

#DBB385 (or 0xDBB385) is unknown color: approx Brandy. HEX triplet: DB, B3 and 85. RGB value is (219,179,133). Sum of RGB (Red+Green+Blue) = 219+179+133=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB385 is #244C7A. Grayscale: #B9B9B9. Windows color (decimal): -2378875 or 8762331. OLE color: 8762331.

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

Color convert

RGB219179133-
CMYK00.180.390.14
HSL32.09º54.43%69.02%-
HSV(B)32.09º39.27%85.88%-
XYZ49.5748.9929.03-
YUV185.7298.25151.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.24%
GREEN value IS 179 (70.31% from 255) = 33.71%
BLUE value IS 133 (52.34% from 255) = 25.05%
R=41.24%
G=33.71%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917913300.180.390.1432.0954.4369.02
HexDBB38501227E203645
Octal33326320502247164066105
Binary11011011101100111000010101001010011111101000001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB385; }

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

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

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

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

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

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

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

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