Html Css Color HEX #DAB089 Brandy

📋 copy color: '#DAB089'

red 218 ◦ green 176 ◦ blue 137

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

Shades of Brandy #DAB089

Tints of Brandy #DAB089

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.15%

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

R = 41.05%
G = 33.15%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DAB089 (or 0xDAB089) is known color: Brandy. HEX triplet: DA, B0 and 89. RGB value is (218,176,137). Sum of RGB (Red+Green+Blue) = 218+176+137=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 137 (53.91% from 255 or 25.80% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB089 is #254F76. Grayscale: #B8B8B8. Windows color (decimal): -2445175 or 9023706. OLE color: 9023706.

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

Color convert

RGB 218 176 137 -
CMYK 0 0.19 0.37 0.15
HSL 28.89º 0.52% 0.7% -
HSV(B) 28.89º 0.37% 0.85% -
XYZ 48.95 47.76 30.31 -
YUV 184.11 101.41 152.17 -
System Red Green Blue C M Y K H S L
Decimal 218 176 137 0 0.19 0.37 0.15 28.89 0.52 0.7
Hex DA B0 89 0 13 25 F 1D 34 46
Octal 332 260 211 0 23 45 17 35 64 106
Binary 11011010 10110000 10001001 0 10011 100101 1111 11101 110100 1000110

Color Harmonies of #DAB089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB089

Black with #DAB089

Text Example


Text Example

White with #DAB089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB089; }

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

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

background-color css

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

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

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

border-color css

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

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

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