#DAB288

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

Shades of Brandy #DAB288

Tints of Brandy #DAB288

Color information

#DAB288 (or 0xDAB288) is unknown color: approx Brandy. HEX triplet: DA, B2 and 88. RGB value is (218,178,136). Sum of RGB (Red+Green+Blue) = 218+178+136=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 136 (53.52% from 255 or 25.56% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB288 is #254D77. Grayscale: #B9B9B9. Windows color (decimal): -2444664 or 8958682. OLE color: 8958682.

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

Color convert

RGB218178136-
CMYK00.180.380.15
HSL30.73º52.56%69.41%-
HSV(B)30.73º37.61%85.49%-
XYZ49.2848.5230.06-
YUV185.17100.25151.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.98%
GREEN value IS 178 (69.92% from 255) = 33.46%
BLUE value IS 136 (53.52% from 255) = 25.56%
R=40.98%
G=33.46%
B=25.56%

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
Decimal21817813600.180.380.1530.7352.5669.41
HexDAB28801226F1f3545
Octal33226221002246173765105
Binary1101101010110010100010000100101001101111111111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB288; }

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

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

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

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

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

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

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

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