#DAB48E

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

Shades of Brandy #DAB48E

Tints of Brandy #DAB48E

Color information

#DAB48E (or 0xDAB48E) is unknown color: approx Brandy. HEX triplet: DA, B4 and 8E. RGB value is (218,180,142). Sum of RGB (Red+Green+Blue) = 218+180+142=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB48E is #254B71. Grayscale: #BBBBBB. Windows color (decimal): -2444146 or 9352410. OLE color: 9352410.

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

Color convert

RGB218180142-
CMYK00.170.350.15
HSL30º50.67%70.59%-
HSV(B)30º34.86%85.49%-
XYZ50.1249.532.5-
YUV187.03102.59150.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.37%
GREEN value IS 180 (70.70% from 255) = 33.33%
BLUE value IS 142 (55.86% from 255) = 26.30%
R=40.37%
G=33.33%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818014200.170.350.153050.6770.59
HexDAB48E01123F1e3347
Octal33226421602143173663107
Binary1101101010110100100011100100011000111111111101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB48E; }

 p { color: rgb(218,180,142); }

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

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

 a { background-color: rgb(218,180,142); }

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

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

 span { border-color: rgb(218,180,142); }

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