Html Css Color HEX #DAB289 Brandy

📋 copy color: '#DAB289'

red 218 ◦ green 178 ◦ blue 137

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

Shades of Brandy #DAB289

Tints of Brandy #DAB289

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.4%

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

R = 40.9%
G = 33.4%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DAB289 (or 0xDAB289) is known color: Brandy. HEX triplet: DA, B2 and 89. RGB value is (218,178,137). Sum of RGB (Red+Green+Blue) = 218+178+137=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 137 (53.91% from 255 or 25.70% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB289 is #254D76. Grayscale: #B9B9B9. Windows color (decimal): -2444663 or 9024218. OLE color: 9024218.

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

Color convert

RGB 218 178 137 -
CMYK 0 0.18 0.37 0.15
HSL 30.37º 0.52% 0.7% -
HSV(B) 30.37º 0.37% 0.85% -
XYZ 49.35 48.55 30.44 -
YUV 185.29 100.75 151.33 -
System Red Green Blue C M Y K H S L
Decimal 218 178 137 0 0.18 0.37 0.15 30.37 0.52 0.7
Hex DA B2 89 0 12 25 F 1E 34 46
Octal 332 262 211 0 22 45 17 36 64 106
Binary 11011010 10110010 10001001 0 10010 100101 1111 11110 110100 1000110

Color Harmonies of #DAB289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB289

Black with #DAB289

Text Example


Text Example

White with #DAB289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB289; }

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

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

background-color css

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

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

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

border-color css

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

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

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