Html Css Color HEX #DAAF89 Brandy

📋 copy color: '#DAAF89'

red 218 ◦ green 175 ◦ blue 137

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

Shades of Brandy #DAAF89

Tints of Brandy #DAAF89

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.02%

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

R = 41.13%
G = 33.02%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DAAF89 (or 0xDAAF89) is known color: Brandy. HEX triplet: DA, AF and 89. RGB value is (218,175,137). Sum of RGB (Red+Green+Blue) = 218+175+137=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 137 (53.91% from 255 or 25.85% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAF89 is #255076. Grayscale: #B7B7B7. Windows color (decimal): -2445431 or 9023450. OLE color: 9023450.

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

Color convert

RGB 218 175 137 -
CMYK 0 0.20 0.37 0.15
HSL 28.15º 0.52% 0.7% -
HSV(B) 28.15º 0.37% 0.85% -
XYZ 48.76 47.37 30.24 -
YUV 183.53 101.75 152.59 -
System Red Green Blue C M Y K H S L
Decimal 218 175 137 0 0.20 0.37 0.15 28.15 0.52 0.7
Hex DA AF 89 0 14 25 F 1C 34 46
Octal 332 257 211 0 24 45 17 34 64 106
Binary 11011010 10101111 10001001 0 10100 100101 1111 11100 110100 1000110

Color Harmonies of #DAAF89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAF89

Black with #DAAF89

Text Example


Text Example

White with #DAAF89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAF89; }

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

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

background-color css

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

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

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

border-color css

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

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

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