Html Css Color HEX #DFA293 Rose

📋 copy color: '#DFA293'

red 223 ◦ green 162 ◦ blue 147

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

Shades of Rose #DFA293

Tints of Rose #DFA293

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.45%

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

R = 41.92%
G = 30.45%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DFA293 (or 0xDFA293) is known color: Rose. HEX triplet: DF, A2 and 93. RGB value is (223,162,147). Sum of RGB (Red+Green+Blue) = 223+162+147=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 162 (63.67% from 255 or 30.45% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA293 is #205D6C. Grayscale: #B2B2B2. Windows color (decimal): -2121069 or 9675487. OLE color: 9675487.

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

Color convert

RGB 223 162 147 -
CMYK 0 0.27 0.34 0.13
HSL 11.84º 0.54% 0.73% -
HSV(B) 11.84º 0.34% 0.87% -
XYZ 48.62 43.64 33.46 -
YUV 178.53 110.21 159.72 -
System Red Green Blue C M Y K H S L
Decimal 223 162 147 0 0.27 0.34 0.13 11.84 0.54 0.73
Hex DF A2 93 0 1B 22 D C 36 49
Octal 337 242 223 0 33 42 15 14 66 111
Binary 11011111 10100010 10010011 0 11011 100010 1101 1100 110110 1001001

Color Harmonies of #DFA293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA293

Black with #DFA293

Text Example


Text Example

White with #DFA293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA293; }

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

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

background-color css

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

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

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

border-color css

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

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

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