Html Css Color HEX #DAAA99 Rose

📋 copy color: '#DAAA99'

red 218 ◦ green 170 ◦ blue 153

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

Shades of Rose #DAAA99

Tints of Rose #DAAA99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.28%

R = 40.3%
G = 31.42%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DAAA99 (or 0xDAAA99) is known color: Rose. HEX triplet: DA, AA and 99. RGB value is (218,170,153). Sum of RGB (Red+Green+Blue) = 218+170+153=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 153 (60.16% from 255 or 28.28% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAA99 is #255566. Grayscale: #B6B6B6. Windows color (decimal): -2446695 or 10070746. OLE color: 10070746.

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

Color convert

RGB 218 170 153 -
CMYK 0 0.22 0.30 0.15
HSL 15.69º 0.47% 0.73% -
HSV(B) 15.69º 0.3% 0.85% -
XYZ 49.04 45.95 36.42 -
YUV 182.41 111.4 153.38 -
System Red Green Blue C M Y K H S L
Decimal 218 170 153 0 0.22 0.30 0.15 15.69 0.47 0.73
Hex DA AA 99 0 16 1E F 10 2F 49
Octal 332 252 231 0 26 36 17 20 57 111
Binary 11011010 10101010 10011001 0 10110 11110 1111 10000 101111 1001001

Color Harmonies of #DAAA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA99

Black with #DAAA99

Text Example


Text Example

White with #DAAA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA99; }

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

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

background-color css

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

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

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

border-color css

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

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

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