Html Css Color HEX #DAA491 Rose

📋 copy color: '#DAA491'

red 218 ◦ green 164 ◦ blue 145

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

Shades of Rose #DAA491

Tints of Rose #DAA491

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.12%

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

R = 41.37%
G = 31.12%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DAA491 (or 0xDAA491) is known color: Rose. HEX triplet: DA, A4 and 91. RGB value is (218,164,145). Sum of RGB (Red+Green+Blue) = 218+164+145=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 164 (64.45% from 255 or 31.12% from 527); Blue value is 145 (57.03% from 255 or 27.51% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA491 is #255B6E. Grayscale: #B2B2B2. Windows color (decimal): -2448239 or 9544922. OLE color: 9544922.

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

Color convert

RGB 218 164 145 -
CMYK 0 0.25 0.33 0.15
HSL 15.62º 0.5% 0.71% -
HSV(B) 15.62º 0.33% 0.85% -
XYZ 47.3 43.5 32.69 -
YUV 177.98 109.39 156.54 -
System Red Green Blue C M Y K H S L
Decimal 218 164 145 0 0.25 0.33 0.15 15.62 0.5 0.71
Hex DA A4 91 0 19 21 F 10 32 47
Octal 332 244 221 0 31 41 17 20 62 107
Binary 11011010 10100100 10010001 0 11001 100001 1111 10000 110010 1000111

Color Harmonies of #DAA491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA491

Black with #DAA491

Text Example


Text Example

White with #DAA491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA491; }

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

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

background-color css

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

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

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

border-color css

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

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

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