Html Css Color HEX #DAA49A Rose

📋 copy color: '#DAA49A'

red 218 ◦ green 164 ◦ blue 154

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

Shades of Rose #DAA49A

Tints of Rose #DAA49A

RGB

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

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

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

R = 40.67%
G = 30.6%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DAA49A (or 0xDAA49A) is known color: Rose. HEX triplet: DA, A4 and 9A. RGB value is (218,164,154). Sum of RGB (Red+Green+Blue) = 218+164+154=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA49A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA49A is #255B65. Grayscale: #B3B3B3. Windows color (decimal): -2448230 or 10134746. OLE color: 10134746.

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

Color convert

RGB 218 164 154 -
CMYK 0 0.25 0.29 0.15
HSL 9.38º 0.46% 0.73% -
HSV(B) 9.38º 0.29% 0.85% -
XYZ 48.02 43.79 36.49 -
YUV 179.01 113.89 155.81 -
System Red Green Blue C M Y K H S L
Decimal 218 164 154 0 0.25 0.29 0.15 9.38 0.46 0.73
Hex DA A4 9A 0 19 1D F 9 2E 49
Octal 332 244 232 0 31 35 17 11 56 111
Binary 11011010 10100100 10011010 0 11001 11101 1111 1001 101110 1001001

Color Harmonies of #DAA49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA49A

Black with #DAA49A

Text Example


Text Example

White with #DAA49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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