#DAB78B

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

Shades of Brandy #DAB78B

Tints of Brandy #DAB78B

Color information

#DAB78B (or 0xDAB78B) is unknown color: approx Brandy. HEX triplet: DA, B7 and 8B. RGB value is (218,183,139). Sum of RGB (Red+Green+Blue) = 218+183+139=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 183 (71.88% from 255 or 33.89% from 540); Blue value is 139 (54.69% from 255 or 25.74% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB78B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB78B is #254874. Grayscale: #BCBCBC. Windows color (decimal): -2443381 or 9156570. OLE color: 9156570.

HSL color Cylindrical-coordinate representation of color #DAB78B: hue angle of 33.42º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAB78B is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB218183139-
CMYK00.160.360.15
HSL33.42º51.63%70%-
HSV(B)33.42º36.24%85.49%-
XYZ50.5150.6431.54-
YUV188.45100.1149.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.37%
GREEN value IS 183 (71.88% from 255) = 33.89%
BLUE value IS 139 (54.69% from 255) = 25.74%
R=40.37%
G=33.89%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818313900.160.360.1533.4251.6370
HexDAB78B01024F213446
Octal33226721302044174164106
Binary11011010101101111000101101000010010011111000011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB78B; }

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

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

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

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

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

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

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

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