#DAB287

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

Shades of Brandy #DAB287

Tints of Brandy #DAB287

Color information

#DAB287 (or 0xDAB287) is unknown color: approx Brandy. HEX triplet: DA, B2 and 87. RGB value is (218,178,135). Sum of RGB (Red+Green+Blue) = 218+178+135=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 135 (53.12% from 255 or 25.42% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB287 is #254D78. Grayscale: #B9B9B9. Windows color (decimal): -2444665 or 8893146. OLE color: 8893146.

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

Color convert

RGB218178135-
CMYK00.180.380.15
HSL31.08º52.87%69.22%-
HSV(B)31.08º38.07%85.49%-
XYZ49.2148.529.69-
YUV185.0699.75151.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.05%
GREEN value IS 178 (69.92% from 255) = 33.52%
BLUE value IS 135 (53.12% from 255) = 25.42%
R=41.05%
G=33.52%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817813500.180.380.1531.0852.8769.22
HexDAB28701226F1f3545
Octal33226220702246173765105
Binary1101101010110010100001110100101001101111111111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB287; }

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

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

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

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

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

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

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

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