#DBAF8E

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

Shades of Brandy #DBAF8E

Tints of Brandy #DBAF8E

Color information

#DBAF8E (or 0xDBAF8E) is unknown color: approx Brandy. HEX triplet: DB, AF and 8E. RGB value is (219,175,142). Sum of RGB (Red+Green+Blue) = 219+175+142=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAF8E is #245071. Grayscale: #B8B8B8. Windows color (decimal): -2379890 or 9351131. OLE color: 9351131.

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

Color convert

RGB219175142-
CMYK00.200.350.14
HSL25.71º51.68%70.78%-
HSV(B)25.71º35.16%85.88%-
XYZ49.4347.6732.19-
YUV184.39104.08152.68-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.86%
GREEN value IS 175 (68.75% from 255) = 32.65%
BLUE value IS 142 (55.86% from 255) = 26.49%
R=40.86%
G=32.65%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917514200.200.350.1425.7151.6870.78
HexDBAF8E01423E1a3447
Octal33325721602443163264107
Binary1101101110101111100011100101001000111110110101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAF8E; }

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

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

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

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

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

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

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

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