#DBAF88

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

Shades of Brandy #DBAF88

Tints of Brandy #DBAF88

Color information

#DBAF88 (or 0xDBAF88) is unknown color: approx Brandy. HEX triplet: DB, AF and 88. RGB value is (219,175,136). Sum of RGB (Red+Green+Blue) = 219+175+136=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 136 (53.52% from 255 or 25.66% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAF88 is #245077. Grayscale: #B7B7B7. Windows color (decimal): -2379896 or 8957915. OLE color: 8957915.

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

Color convert

RGB219175136-
CMYK00.200.380.14
HSL28.19º53.55%69.61%-
HSV(B)28.19º37.9%85.88%-
XYZ48.9947.529.88-
YUV183.71101.08153.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.32%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 136 (53.52% from 255) = 25.66%
R=41.32%
G=33.02%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917513600.200.380.1428.1953.5569.61
HexDBAF8801426E1c3646
Octal33325721002446163466106
Binary1101101110101111100010000101001001101110111001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAF88; }

 p { color: rgb(219,175,136); }

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

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

 a { background-color: rgb(219,175,136); }

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

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

 span { border-color: rgb(219,175,136); }

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