#DAB68F

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

Shades of Brandy #DAB68F

Tints of Brandy #DAB68F

Color information

#DAB68F (or 0xDAB68F) is unknown color: approx Brandy. HEX triplet: DA, B6 and 8F. RGB value is (218,182,143). Sum of RGB (Red+Green+Blue) = 218+182+143=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 143 (56.25% from 255 or 26.34% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB68F is #254970. Grayscale: #BCBCBC. Windows color (decimal): -2443633 or 9418458. OLE color: 9418458.

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

Color convert

RGB218182143-
CMYK00.170.340.15
HSL31.2º50.34%70.78%-
HSV(B)31.2º34.4%85.49%-
XYZ50.650.3433.04-
YUV188.32102.43149.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.15%
GREEN value IS 182 (71.48% from 255) = 33.52%
BLUE value IS 143 (56.25% from 255) = 26.34%
R=40.15%
G=33.52%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818214300.170.340.1531.250.3470.78
HexDAB68F01122F1f3247
Octal33226621702142173762107
Binary1101101010110110100011110100011000101111111111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB68F; }

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

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

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

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

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

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

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

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