#dab08c

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

Shades of Brandy #DAB08C

Tints of Brandy #DAB08C

Color information

#DAB08C (or 0xDAB08C) is unknown color: approx Brandy. HEX triplet: DA, B0 and 8C. RGB value is (218,176,140). Sum of RGB (Red+Green+Blue) = 218+176+140=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 140 (55.08% from 255 or 26.22% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB08C is #254F73. Grayscale: #B8B8B8. Windows color (decimal): -2445172 or 9220314. OLE color: 9220314.

HSL color Cylindrical-coordinate representation of color #DAB08C: hue angle of 27.69º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAB08C is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB218176140-
CMYK00.190.360.15
HSL27.69º51.32%70.2%-
HSV(B)27.69º35.78%85.49%-
XYZ49.1747.8531.46-
YUV184.45102.91151.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.82%
GREEN value IS 176 (69.14% from 255) = 32.96%
BLUE value IS 140 (55.08% from 255) = 26.22%
R=40.82%
G=32.96%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817614000.190.360.1527.6951.3270.2
HexDAB08C01324F1c3346
Octal33226021402344173463106
Binary1101101010110000100011000100111001001111111001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dab08c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dab08c; }

 p { color: rgb(218,176,140); }

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

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

 a { background-color: rgb(218,176,140); }

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

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

 span { border-color: rgb(218,176,140); }

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