#DAB28F

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

Shades of Brandy #DAB28F

Tints of Brandy #DAB28F

Color information

#DAB28F (or 0xDAB28F) is unknown color: approx Brandy. HEX triplet: DA, B2 and 8F. RGB value is (218,178,143). Sum of RGB (Red+Green+Blue) = 218+178+143=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 143 (56.25% from 255 or 26.53% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB28F is #254D70. Grayscale: #BABABA. Windows color (decimal): -2444657 or 9417434. OLE color: 9417434.

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

Color convert

RGB218178143-
CMYK00.180.340.15
HSL28º50.34%70.78%-
HSV(B)28º34.4%85.49%-
XYZ49.7948.7332.77-
YUV185.97103.75150.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.45%
GREEN value IS 178 (69.92% from 255) = 33.02%
BLUE value IS 143 (56.25% from 255) = 26.53%
R=40.45%
G=33.02%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817814300.180.340.152850.3470.78
HexDAB28F01222F1c3247
Octal33226221702242173462107
Binary1101101010110010100011110100101000101111111001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB28F; }

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

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

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

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

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

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

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

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