#DAB688

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

Shades of Brandy #DAB688

Tints of Brandy #DAB688

Color information

#DAB688 (or 0xDAB688) is unknown color: approx Brandy. HEX triplet: DA, B6 and 88. RGB value is (218,182,136). Sum of RGB (Red+Green+Blue) = 218+182+136=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB688 is #254977. Grayscale: #BBBBBB. Windows color (decimal): -2443640 or 8959706. OLE color: 8959706.

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

Color convert

RGB218182136-
CMYK00.170.380.15
HSL33.66º52.56%69.41%-
HSV(B)33.66º37.61%85.49%-
XYZ50.0950.1430.33-
YUV187.5298.93149.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.67%
GREEN value IS 182 (71.48% from 255) = 33.96%
BLUE value IS 136 (53.52% from 255) = 25.37%
R=40.67%
G=33.96%
B=25.37%

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
Decimal21818213600.170.380.1533.6652.5669.41
HexDAB68801126F223545
Octal33226621002146174265105
Binary11011010101101101000100001000110011011111000101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB688; }

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

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

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

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

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

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

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

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