Html Css Color HEX #DAAA9B Rose

📋 copy color: '#DAAA9B'

red 218 ◦ green 170 ◦ blue 155

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

Shades of Rose #DAAA9B

Tints of Rose #DAAA9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.55%

R = 40.15%
G = 31.31%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DAAA9B (or 0xDAAA9B) is known color: Rose. HEX triplet: DA, AA and 9B. RGB value is (218,170,155). Sum of RGB (Red+Green+Blue) = 218+170+155=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAA9B is #255564. Grayscale: #B6B6B6. Windows color (decimal): -2446693 or 10201818. OLE color: 10201818.

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

Color convert

RGB 218 170 155 -
CMYK 0 0.22 0.29 0.15
HSL 14.29º 0.46% 0.73% -
HSV(B) 14.29º 0.29% 0.85% -
XYZ 49.2 46.02 37.3 -
YUV 182.64 112.4 153.22 -
System Red Green Blue C M Y K H S L
Decimal 218 170 155 0 0.22 0.29 0.15 14.29 0.46 0.73
Hex DA AA 9B 0 16 1D F E 2E 49
Octal 332 252 233 0 26 35 17 16 56 111
Binary 11011010 10101010 10011011 0 10110 11101 1111 1110 101110 1001001

Color Harmonies of #DAAA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA9B

Black with #DAAA9B

Text Example


Text Example

White with #DAAA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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