Html Css Color HEX #DAA890 Rose

📋 copy color: '#DAA890'

red 218 ◦ green 168 ◦ blue 144

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

Shades of Rose #DAA890

Tints of Rose #DAA890

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.7%

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

R = 41.13%
G = 31.7%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DAA890 (or 0xDAA890) is known color: Rose. HEX triplet: DA, A8 and 90. RGB value is (218,168,144). Sum of RGB (Red+Green+Blue) = 218+168+144=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA890 is #25576F. Grayscale: #B4B4B4. Windows color (decimal): -2447216 or 9480410. OLE color: 9480410.

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

Color convert

RGB 218 168 144 -
CMYK 0 0.23 0.34 0.15
HSL 19.46º 0.5% 0.71% -
HSV(B) 19.46º 0.34% 0.85% -
XYZ 47.95 44.92 32.53 -
YUV 180.21 107.57 154.95 -
System Red Green Blue C M Y K H S L
Decimal 218 168 144 0 0.23 0.34 0.15 19.46 0.5 0.71
Hex DA A8 90 0 17 22 F 13 32 47
Octal 332 250 220 0 27 42 17 23 62 107
Binary 11011010 10101000 10010000 0 10111 100010 1111 10011 110010 1000111

Color Harmonies of #DAA890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA890

Black with #DAA890

Text Example


Text Example

White with #DAA890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA890; }

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

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

background-color css

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

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

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

border-color css

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

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

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