#DAB68D

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

Shades of Brandy #DAB68D

Tints of Brandy #DAB68D

Color information

#DAB68D (or 0xDAB68D) is unknown color: approx Brandy. HEX triplet: DA, B6 and 8D. RGB value is (218,182,141). Sum of RGB (Red+Green+Blue) = 218+182+141=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 182 (71.48% from 255 or 33.64% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB68D is #254972. Grayscale: #BCBCBC. Windows color (decimal): -2443635 or 9287386. OLE color: 9287386.

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

Color convert

RGB218182141-
CMYK00.170.350.15
HSL31.95º50.99%70.39%-
HSV(B)31.95º35.32%85.49%-
XYZ50.4550.2832.25-
YUV188.09101.43149.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.30%
GREEN value IS 182 (71.48% from 255) = 33.64%
BLUE value IS 141 (55.47% from 255) = 26.06%
R=40.30%
G=33.64%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818214100.170.350.1531.9550.9970.39
HexDAB68D01123F203346
Octal33226621502143174063106
Binary11011010101101101000110101000110001111111000001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB68D; }

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

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

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

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

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

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

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

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