#DABC8F

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

Shades of Brandy #DABC8F

Tints of Brandy #DABC8F

Color information

#DABC8F (or 0xDABC8F) is unknown color: approx Brandy. HEX triplet: DA, BC and 8F. RGB value is (218,188,143). Sum of RGB (Red+Green+Blue) = 218+188+143=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 143 (56.25% from 255 or 26.05% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABC8F is #254370. Grayscale: #C0C0C0. Windows color (decimal): -2442097 or 9419994. OLE color: 9419994.

HSL color Cylindrical-coordinate representation of color #DABC8F: hue angle of 36º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DABC8F is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB218188143-
CMYK00.140.340.15
HSL36º50.34%70.78%-
HSV(B)36º34.4%85.49%-
XYZ51.8552.8633.46-
YUV191.84100.44146.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.71%
GREEN value IS 188 (73.83% from 255) = 34.24%
BLUE value IS 143 (56.25% from 255) = 26.05%
R=39.71%
G=34.24%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818814300.140.340.153650.3470.78
HexDABC8F0E22F243247
Octal33227421701642174462107
Binary1101101010111100100011110111010001011111001001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABC8F; }

 p { color: rgb(218,188,143); }

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

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

 a { background-color: rgb(218,188,143); }

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

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

 span { border-color: rgb(218,188,143); }

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