Html Css Color HEX #DAA191 Rose

📋 copy color: '#DAA191'

red 218 ◦ green 161 ◦ blue 145

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

Shades of Rose #DAA191

Tints of Rose #DAA191

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.73%

 BLUE value IS 145 (57.03% from 255) = 27.67%

R = 41.6%
G = 30.73%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DAA191 (or 0xDAA191) is known color: Rose. HEX triplet: DA, A1 and 91. RGB value is (218,161,145). Sum of RGB (Red+Green+Blue) = 218+161+145=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 161 (63.28% from 255 or 30.73% from 524); Blue value is 145 (57.03% from 255 or 27.67% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA191 is #255E6E. Grayscale: #B0B0B0. Windows color (decimal): -2449007 or 9544154. OLE color: 9544154.

HSL color Cylindrical-coordinate representation of color #DAA191: hue angle of 13.15º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAA191 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 161 145 -
CMYK 0 0.26 0.33 0.15
HSL 13.15º 0.5% 0.71% -
HSV(B) 13.15º 0.33% 0.85% -
XYZ 46.77 42.44 32.51 -
YUV 176.22 110.38 157.8 -
System Red Green Blue C M Y K H S L
Decimal 218 161 145 0 0.26 0.33 0.15 13.15 0.5 0.71
Hex DA A1 91 0 1A 21 F D 32 47
Octal 332 241 221 0 32 41 17 15 62 107
Binary 11011010 10100001 10010001 0 11010 100001 1111 1101 110010 1000111

Color Harmonies of #DAA191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA191

Black with #DAA191

Text Example


Text Example

White with #DAA191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA191; }

 p { color: rgb(218,161,145); }

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

background-color css

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

 a { background-color: rgb(218,161,145); }

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

border-color css

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

 span { border-color: rgb(218,161,145); }

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