Html Css Color HEX #DAAA9C Rose

📋 copy color: '#DAAA9C'

red 218 ◦ green 170 ◦ blue 156

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

Shades of Rose #DAAA9C

Tints of Rose #DAAA9C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.25%

 BLUE value IS 156 (61.33% from 255) = 28.68%

R = 40.07%
G = 31.25%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DAAA9C (or 0xDAAA9C) is known color: Rose. HEX triplet: DA, AA and 9C. RGB value is (218,170,156). Sum of RGB (Red+Green+Blue) = 218+170+156=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAA9C is #255563. Grayscale: #B6B6B6. Windows color (decimal): -2446692 or 10267354. OLE color: 10267354.

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

Color convert

RGB 218 170 156 -
CMYK 0 0.22 0.28 0.15
HSL 13.55º 0.46% 0.73% -
HSV(B) 13.55º 0.28% 0.85% -
XYZ 49.29 46.06 37.74 -
YUV 182.76 112.9 153.14 -
System Red Green Blue C M Y K H S L
Decimal 218 170 156 0 0.22 0.28 0.15 13.55 0.46 0.73
Hex DA AA 9C 0 16 1C F E 2E 49
Octal 332 252 234 0 26 34 17 16 56 111
Binary 11011010 10101010 10011100 0 10110 11100 1111 1110 101110 1001001

Color Harmonies of #DAAA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA9C

Black with #DAAA9C

Text Example


Text Example

White with #DAAA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA9C; }

 p { color: rgb(218,170,156); }

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

background-color css

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

 a { background-color: rgb(218,170,156); }

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

border-color css

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

 span { border-color: rgb(218,170,156); }

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