Html Css Color HEX #DAB386 Brandy

📋 copy color: '#DAB386'

red 218 ◦ green 179 ◦ blue 134

#DAB386
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy #DAB386

Tints of Brandy #DAB386

RGB

 RED value IS 218 (85.55% from 255) = 41.05%

 GREEN value IS 179 (70.31% from 255) = 33.71%

 BLUE value IS 134 (52.73% from 255) = 25.24%

R = 41.05%
G = 33.71%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DAB386 (or 0xDAB386) is known color: Brandy. HEX triplet: DA, B3 and 86. RGB value is (218,179,134). Sum of RGB (Red+Green+Blue) = 218+179+134=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 134 (52.73% from 255 or 25.24% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB386 is #254C79. Grayscale: #B9B9B9. Windows color (decimal): -2444410 or 8827866. OLE color: 8827866.

HSL color Cylindrical-coordinate representation of color #DAB386: hue angle of 32.14º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAB386 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 179 134 -
CMYK 0 0.18 0.39 0.15
HSL 32.14º 0.53% 0.69% -
HSV(B) 32.14º 0.39% 0.85% -
XYZ 49.34 48.87 29.39 -
YUV 185.53 98.92 151.16 -
System Red Green Blue C M Y K H S L
Decimal 218 179 134 0 0.18 0.39 0.15 32.14 0.53 0.69
Hex DA B3 86 0 12 27 F 20 35 45
Octal 332 263 206 0 22 47 17 40 65 105
Binary 11011010 10110011 10000110 0 10010 100111 1111 100000 110101 1000101

Color Harmonies of #DAB386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB386

Black with #DAB386

Text Example


Text Example

White with #DAB386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB386; }

 p { color: rgb(218,179,134); }

 H1.HeaderClassName
 {
   color: #DAB386;
 }
 .AnyTagClassName
 {
   color: #DAB386;
 }
</style>

background-color css

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

 a { background-color: rgb(218,179,134); }

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

border-color css

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

 span { border-color: rgb(218,179,134); }

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