#DAB58A

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

Shades of Brandy #DAB58A

Tints of Brandy #DAB58A

Color information

#DAB58A (or 0xDAB58A) is unknown color: approx Brandy. HEX triplet: DA, B5 and 8A. RGB value is (218,181,138). Sum of RGB (Red+Green+Blue) = 218+181+138=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB58A is #254A75. Grayscale: #BBBBBB. Windows color (decimal): -2443894 or 9090522. OLE color: 9090522.

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

Color convert

RGB218181138-
CMYK00.170.370.15
HSL32.25º51.95%69.8%-
HSV(B)32.25º36.7%85.49%-
XYZ50.0249.7931.02-
YUV187.16100.26150-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.60%
GREEN value IS 181 (71.09% from 255) = 33.71%
BLUE value IS 138 (54.30% from 255) = 25.70%
R=40.60%
G=33.71%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818113800.170.370.1532.2551.9569.8
HexDAB58A01125F203446
Octal33226521202145174064106
Binary11011010101101011000101001000110010111111000001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB58A; }

 p { color: rgb(218,181,138); }

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

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

 a { background-color: rgb(218,181,138); }

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

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

 span { border-color: rgb(218,181,138); }

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