Html Css Color HEX #DAA990 Rose

📋 copy color: '#DAA990'

red 218 ◦ green 169 ◦ blue 144

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

Shades of Rose #DAA990

Tints of Rose #DAA990

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.83%

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

R = 41.05%
G = 31.83%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DAA990 (or 0xDAA990) is known color: Rose. HEX triplet: DA, A9 and 90. RGB value is (218,169,144). Sum of RGB (Red+Green+Blue) = 218+169+144=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 169 (66.41% from 255 or 31.83% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA990 is #25566F. Grayscale: #B4B4B4. Windows color (decimal): -2446960 or 9480666. OLE color: 9480666.

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

Color convert

RGB 218 169 144 -
CMYK 0 0.22 0.34 0.15
HSL 20.27º 0.5% 0.71% -
HSV(B) 20.27º 0.34% 0.85% -
XYZ 48.14 45.29 32.59 -
YUV 180.8 107.23 154.53 -
System Red Green Blue C M Y K H S L
Decimal 218 169 144 0 0.22 0.34 0.15 20.27 0.5 0.71
Hex DA A9 90 0 16 22 F 14 32 47
Octal 332 251 220 0 26 42 17 24 62 107
Binary 11011010 10101001 10010000 0 10110 100010 1111 10100 110010 1000111

Color Harmonies of #DAA990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA990

Black with #DAA990

Text Example


Text Example

White with #DAA990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA990; }

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

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

background-color css

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

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

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

border-color css

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

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

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