Html Css Color HEX #DFAA96 Rose

📋 copy color: '#DFAA96'

red 223 ◦ green 170 ◦ blue 150

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

Shades of Rose #DFAA96

Tints of Rose #DFAA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.62%

R = 41.07%
G = 31.31%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DFAA96 (or 0xDFAA96) is known color: Rose. HEX triplet: DF, AA and 96. RGB value is (223,170,150). Sum of RGB (Red+Green+Blue) = 223+170+150=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 150 (58.98% from 255 or 27.62% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAA96 is #205569. Grayscale: #B7B7B7. Windows color (decimal): -2119018 or 9874143. OLE color: 9874143.

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

Color convert

RGB 223 170 150 -
CMYK 0 0.24 0.33 0.13
HSL 16.44º 0.53% 0.73% -
HSV(B) 16.44º 0.33% 0.87% -
XYZ 50.31 46.64 35.2 -
YUV 183.57 109.06 156.13 -
System Red Green Blue C M Y K H S L
Decimal 223 170 150 0 0.24 0.33 0.13 16.44 0.53 0.73
Hex DF AA 96 0 18 21 D 10 35 49
Octal 337 252 226 0 30 41 15 20 65 111
Binary 11011111 10101010 10010110 0 11000 100001 1101 10000 110101 1001001

Color Harmonies of #DFAA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA96

Black with #DFAA96

Text Example


Text Example

White with #DFAA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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