#DAB487

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

Shades of Brandy #DAB487

Tints of Brandy #DAB487

Color information

#DAB487 (or 0xDAB487) is unknown color: approx Brandy. HEX triplet: DA, B4 and 87. RGB value is (218,180,135). Sum of RGB (Red+Green+Blue) = 218+180+135=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 135 (53.12% from 255 or 25.33% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB487 is #254B78. Grayscale: #BABABA. Windows color (decimal): -2444153 or 8893658. OLE color: 8893658.

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

Color convert

RGB218180135-
CMYK00.170.380.15
HSL32.53º52.87%69.22%-
HSV(B)32.53º38.07%85.49%-
XYZ49.6149.329.82-
YUV186.2399.09150.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.90%
GREEN value IS 180 (70.70% from 255) = 33.77%
BLUE value IS 135 (53.12% from 255) = 25.33%
R=40.90%
G=33.77%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818013500.170.380.1532.5352.8769.22
HexDAB48701126F213545
Octal33226420702146174165105
Binary11011010101101001000011101000110011011111000011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB487; }

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

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

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

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

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

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

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

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