Html Css Color HEX #DFA197 Rose

📋 copy color: '#DFA197'

red 223 ◦ green 161 ◦ blue 151

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

Shades of Rose #DFA197

Tints of Rose #DFA197

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.09%

 BLUE value IS 151 (59.38% from 255) = 28.22%

R = 41.68%
G = 30.09%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DFA197 (or 0xDFA197) is known color: Rose. HEX triplet: DF, A1 and 97. RGB value is (223,161,151). Sum of RGB (Red+Green+Blue) = 223+161+151=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 151 (59.38% from 255 or 28.22% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA197 is #205E68. Grayscale: #B2B2B2. Windows color (decimal): -2121321 or 9937375. OLE color: 9937375.

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

Color convert

RGB 223 161 151 -
CMYK 0 0.28 0.32 0.13
HSL 8.33º 0.53% 0.73% -
HSV(B) 8.33º 0.32% 0.87% -
XYZ 48.76 43.41 35.09 -
YUV 178.4 112.54 159.81 -
System Red Green Blue C M Y K H S L
Decimal 223 161 151 0 0.28 0.32 0.13 8.33 0.53 0.73
Hex DF A1 97 0 1C 20 D 8 35 49
Octal 337 241 227 0 34 40 15 10 65 111
Binary 11011111 10100001 10010111 0 11100 100000 1101 1000 110101 1001001

Color Harmonies of #DFA197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA197

Black with #DFA197

Text Example


Text Example

White with #DFA197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA197; }

 p { color: rgb(223,161,151); }

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

background-color css

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

 a { background-color: rgb(223,161,151); }

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

border-color css

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

 span { border-color: rgb(223,161,151); }

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