Html Css Color HEX #DFAA99 Rose

📋 copy color: '#DFAA99'

red 223 ◦ green 170 ◦ blue 153

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

Shades of Rose #DFAA99

Tints of Rose #DFAA99

RGB

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

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

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

R = 40.84%
G = 31.14%
B = 28.02%

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

#DFAA99 (or 0xDFAA99) is known color: Rose. HEX triplet: DF, AA and 99. RGB value is (223,170,153). Sum of RGB (Red+Green+Blue) = 223+170+153=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 153 (60.16% from 255 or 28.02% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAA99 is #205566. Grayscale: #B8B8B8. Windows color (decimal): -2119015 or 10070751. OLE color: 10070751.

HSL color Cylindrical-coordinate representation of color #DFAA99: hue angle of 14.57º 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 #DFAA99 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 170 153 -
CMYK 0 0.24 0.31 0.13
HSL 14.57º 0.52% 0.74% -
HSV(B) 14.57º 0.31% 0.87% -
XYZ 50.56 46.74 36.49 -
YUV 183.91 110.56 155.88 -
System Red Green Blue C M Y K H S L
Decimal 223 170 153 0 0.24 0.31 0.13 14.57 0.52 0.74
Hex DF AA 99 0 18 1F D F 34 4A
Octal 337 252 231 0 30 37 15 17 64 112
Binary 11011111 10101010 10011001 0 11000 11111 1101 1111 110100 1001010

Color Harmonies of #DFAA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA99

Black with #DFAA99

Text Example


Text Example

White with #DFAA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA99; }

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

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

background-color css

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

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

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

border-color css

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

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

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