Html Css Color HEX #DAA19A Rose

📋 copy color: '#DAA19A'

red 218 ◦ green 161 ◦ blue 154

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

Shades of Rose #DAA19A

Tints of Rose #DAA19A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.89%

R = 40.9%
G = 30.21%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DAA19A (or 0xDAA19A) is known color: Rose. HEX triplet: DA, A1 and 9A. RGB value is (218,161,154). Sum of RGB (Red+Green+Blue) = 218+161+154=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA19A is #255E65. Grayscale: #B1B1B1. Windows color (decimal): -2448998 or 10133978. OLE color: 10133978.

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

Color convert

RGB 218 161 154 -
CMYK 0 0.26 0.29 0.15
HSL 6.56º 0.46% 0.73% -
HSV(B) 6.56º 0.29% 0.85% -
XYZ 47.49 42.73 36.32 -
YUV 177.25 114.88 157.07 -
System Red Green Blue C M Y K H S L
Decimal 218 161 154 0 0.26 0.29 0.15 6.56 0.46 0.73
Hex DA A1 9A 0 1A 1D F 7 2E 49
Octal 332 241 232 0 32 35 17 7 56 111
Binary 11011010 10100001 10011010 0 11010 11101 1111 111 101110 1001001

Color Harmonies of #DAA19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA19A

Black with #DAA19A

Text Example


Text Example

White with #DAA19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA19A; }

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

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

background-color css

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

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

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

border-color css

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

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

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