Html Css Color HEX #DAB189 Brandy

📋 copy color: '#DAB189'

red 218 ◦ green 177 ◦ blue 137

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

Shades of Brandy #DAB189

Tints of Brandy #DAB189

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.27%

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

R = 40.98%
G = 33.27%
B = 25.75%

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

#DAB189 (or 0xDAB189) is known color: Brandy. HEX triplet: DA, B1 and 89. RGB value is (218,177,137). Sum of RGB (Red+Green+Blue) = 218+177+137=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 177 (69.53% from 255 or 33.27% from 532); Blue value is 137 (53.91% from 255 or 25.75% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB189 is #254E76. Grayscale: #B8B8B8. Windows color (decimal): -2444919 or 9023962. OLE color: 9023962.

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

Color convert

RGB 218 177 137 -
CMYK 0 0.19 0.37 0.15
HSL 29.63º 0.52% 0.7% -
HSV(B) 29.63º 0.37% 0.85% -
XYZ 49.15 48.16 30.37 -
YUV 184.7 101.08 151.75 -
System Red Green Blue C M Y K H S L
Decimal 218 177 137 0 0.19 0.37 0.15 29.63 0.52 0.7
Hex DA B1 89 0 13 25 F 1E 34 46
Octal 332 261 211 0 23 45 17 36 64 106
Binary 11011010 10110001 10001001 0 10011 100101 1111 11110 110100 1000110

Color Harmonies of #DAB189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB189

Black with #DAB189

Text Example


Text Example

White with #DAB189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB189; }

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

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

background-color css

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

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

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

border-color css

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

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

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