Html Css Color HEX #DAB689 Brandy

📋 copy color: '#DAB689'

red 218 ◦ green 182 ◦ blue 137

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

Shades of Brandy #DAB689

Tints of Brandy #DAB689

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.89%

 BLUE value IS 137 (53.91% from 255) = 25.51%

R = 40.6%
G = 33.89%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DAB689 (or 0xDAB689) is known color: Brandy. HEX triplet: DA, B6 and 89. RGB value is (218,182,137). Sum of RGB (Red+Green+Blue) = 218+182+137=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 137 (53.91% from 255 or 25.51% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB689 is #254976. Grayscale: #BBBBBB. Windows color (decimal): -2443639 or 9025242. OLE color: 9025242.

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

Color convert

RGB 218 182 137 -
CMYK 0 0.17 0.37 0.15
HSL 33.33º 0.52% 0.7% -
HSV(B) 33.33º 0.37% 0.85% -
XYZ 50.16 50.17 30.71 -
YUV 187.63 99.43 149.66 -
System Red Green Blue C M Y K H S L
Decimal 218 182 137 0 0.17 0.37 0.15 33.33 0.52 0.7
Hex DA B6 89 0 11 25 F 21 34 46
Octal 332 266 211 0 21 45 17 41 64 106
Binary 11011010 10110110 10001001 0 10001 100101 1111 100001 110100 1000110

Color Harmonies of #DAB689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB689

Black with #DAB689

Text Example


Text Example

White with #DAB689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB689; }

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

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

background-color css

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

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

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

border-color css

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

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

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