Html Css Color HEX #DFA193 Rose

📋 copy color: '#DFA193'

red 223 ◦ green 161 ◦ blue 147

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

Shades of Rose #DFA193

Tints of Rose #DFA193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.68%

R = 42%
G = 30.32%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DFA193 (or 0xDFA193) is known color: Rose. HEX triplet: DF, A1 and 93. RGB value is (223,161,147). Sum of RGB (Red+Green+Blue) = 223+161+147=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 161 (63.28% from 255 or 30.32% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA193 is #205E6C. Grayscale: #B2B2B2. Windows color (decimal): -2121325 or 9675231. OLE color: 9675231.

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

Color convert

RGB 223 161 147 -
CMYK 0 0.28 0.34 0.13
HSL 11.05º 0.54% 0.73% -
HSV(B) 11.05º 0.34% 0.87% -
XYZ 48.44 43.28 33.41 -
YUV 177.94 110.54 160.14 -
System Red Green Blue C M Y K H S L
Decimal 223 161 147 0 0.28 0.34 0.13 11.05 0.54 0.73
Hex DF A1 93 0 1C 22 D B 36 49
Octal 337 241 223 0 34 42 15 13 66 111
Binary 11011111 10100001 10010011 0 11100 100010 1101 1011 110110 1001001

Color Harmonies of #DFA193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA193

Black with #DFA193

Text Example


Text Example

White with #DFA193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA193; }

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

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

background-color css

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

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

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

border-color css

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

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

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