#dab78e

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

Shades of Brandy #DAB78E

Tints of Brandy #DAB78E

Color information

#DAB78E (or 0xDAB78E) is unknown color: approx Brandy. HEX triplet: DA, B7 and 8E. RGB value is (218,183,142). Sum of RGB (Red+Green+Blue) = 218+183+142=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB78E is #254871. Grayscale: #BCBCBC. Windows color (decimal): -2443378 or 9353178. OLE color: 9353178.

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

Color convert

RGB218183142-
CMYK00.160.350.15
HSL32.37º50.67%70.59%-
HSV(B)32.37º34.86%85.49%-
XYZ50.7350.7332.71-
YUV188.79101.6148.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.15%
GREEN value IS 183 (71.88% from 255) = 33.70%
BLUE value IS 142 (55.86% from 255) = 26.15%
R=40.15%
G=33.70%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818314200.160.350.1532.3750.6770.59
HexDAB78E01023F203347
Octal33226721602043174063107
Binary11011010101101111000111001000010001111111000001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dab78e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dab78e; }

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

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

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

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

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

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

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

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