Html Css Color HEX #DFAA9A Rose

📋 copy color: '#DFAA9A'

red 223 ◦ green 170 ◦ blue 154

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

Shades of Rose #DFAA9A

Tints of Rose #DFAA9A

RGB

 RED value IS 223 (87.5% from 255) = 40.77%

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

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

R = 40.77%
G = 31.08%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DFAA9A (or 0xDFAA9A) is known color: Rose. HEX triplet: DF, AA and 9A. RGB value is (223,170,154). Sum of RGB (Red+Green+Blue) = 223+170+154=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 154 (60.55% from 255 or 28.15% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAA9A is #205565. Grayscale: #B8B8B8. Windows color (decimal): -2119014 or 10136287. OLE color: 10136287.

HSL color Cylindrical-coordinate representation of color #DFAA9A: hue angle of 13.91º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFAA9A is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 170 154 -
CMYK 0 0.24 0.31 0.13
HSL 13.91º 0.52% 0.74% -
HSV(B) 13.91º 0.31% 0.87% -
XYZ 50.64 46.77 36.93 -
YUV 184.02 111.06 155.8 -
System Red Green Blue C M Y K H S L
Decimal 223 170 154 0 0.24 0.31 0.13 13.91 0.52 0.74
Hex DF AA 9A 0 18 1F D E 34 4A
Octal 337 252 232 0 30 37 15 16 64 112
Binary 11011111 10101010 10011010 0 11000 11111 1101 1110 110100 1001010

Color Harmonies of #DFAA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA9A

Black with #DFAA9A

Text Example


Text Example

White with #DFAA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA9A; }

 p { color: rgb(223,170,154); }

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

background-color css

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

 a { background-color: rgb(223,170,154); }

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

border-color css

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

 span { border-color: rgb(223,170,154); }

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