Html Css Color HEX #DAA490 Rose

📋 copy color: '#DAA490'

red 218 ◦ green 164 ◦ blue 144

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

Shades of Rose #DAA490

Tints of Rose #DAA490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.38%

R = 41.44%
G = 31.18%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DAA490 (or 0xDAA490) is known color: Rose. HEX triplet: DA, A4 and 90. RGB value is (218,164,144). Sum of RGB (Red+Green+Blue) = 218+164+144=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA490 is #255B6F. Grayscale: #B1B1B1. Windows color (decimal): -2448240 or 9479386. OLE color: 9479386.

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

Color convert

RGB 218 164 144 -
CMYK 0 0.25 0.34 0.15
HSL 16.22º 0.5% 0.71% -
HSV(B) 16.22º 0.34% 0.85% -
XYZ 47.22 43.47 32.29 -
YUV 177.87 108.89 156.63 -
System Red Green Blue C M Y K H S L
Decimal 218 164 144 0 0.25 0.34 0.15 16.22 0.5 0.71
Hex DA A4 90 0 19 22 F 10 32 47
Octal 332 244 220 0 31 42 17 20 62 107
Binary 11011010 10100100 10010000 0 11001 100010 1111 10000 110010 1000111

Color Harmonies of #DAA490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA490

Black with #DAA490

Text Example


Text Example

White with #DAA490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA490; }

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

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

background-color css

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

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

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

border-color css

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

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

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