#DAB08D

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

Shades of Brandy #DAB08D

Tints of Brandy #DAB08D

Color information

#DAB08D (or 0xDAB08D) is unknown color: approx Brandy. HEX triplet: DA, B0 and 8D. RGB value is (218,176,141). Sum of RGB (Red+Green+Blue) = 218+176+141=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB08D is #254F72. Grayscale: #B8B8B8. Windows color (decimal): -2445171 or 9285850. OLE color: 9285850.

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

Color convert

RGB218176141-
CMYK00.190.350.15
HSL27.27º50.99%70.39%-
HSV(B)27.27º35.32%85.49%-
XYZ49.2547.8831.85-
YUV184.57103.41151.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.75%
GREEN value IS 176 (69.14% from 255) = 32.90%
BLUE value IS 141 (55.47% from 255) = 26.36%
R=40.75%
G=32.90%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817614100.190.350.1527.2750.9970.39
HexDAB08D01323F1b3346
Octal33226021502343173363106
Binary1101101010110000100011010100111000111111110111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB08D; }

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

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

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

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

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

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

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

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