#DAB88F

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

Shades of Brandy #DAB88F

Tints of Brandy #DAB88F

Color information

#DAB88F (or 0xDAB88F) is unknown color: approx Brandy. HEX triplet: DA, B8 and 8F. RGB value is (218,184,143). Sum of RGB (Red+Green+Blue) = 218+184+143=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB88F is #254770. Grayscale: #BDBDBD. Windows color (decimal): -2443121 or 9418970. OLE color: 9418970.

HSL color Cylindrical-coordinate representation of color #DAB88F: hue angle of 32.8º 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 #DAB88F is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB218184143-
CMYK00.160.340.15
HSL32.8º50.34%70.78%-
HSV(B)32.8º34.4%85.49%-
XYZ51.0151.1733.17-
YUV189.49101.76148.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40%
GREEN value IS 184 (72.27% from 255) = 33.76%
BLUE value IS 143 (56.25% from 255) = 26.24%
R=40%
G=33.76%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818414300.160.340.1532.850.3470.78
HexDAB88F01022F213247
Octal33227021702042174162107
Binary11011010101110001000111101000010001011111000011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB88F; }

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

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

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

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

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

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

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

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