Html Css Color HEX #DFA494 Rose

📋 copy color: '#DFA494'

red 223 ◦ green 164 ◦ blue 148

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

Shades of Rose #DFA494

Tints of Rose #DFA494

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.65%

 BLUE value IS 148 (58.2% from 255) = 27.66%

R = 41.68%
G = 30.65%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DFA494 (or 0xDFA494) is known color: Rose. HEX triplet: DF, A4 and 94. RGB value is (223,164,148). Sum of RGB (Red+Green+Blue) = 223+164+148=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA494 is #205B6B. Grayscale: #B3B3B3. Windows color (decimal): -2120556 or 9741535. OLE color: 9741535.

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

Color convert

RGB 223 164 148 -
CMYK 0 0.26 0.34 0.13
HSL 12.8º 0.54% 0.73% -
HSV(B) 12.8º 0.34% 0.87% -
XYZ 49.05 44.38 34 -
YUV 179.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 223 164 148 0 0.26 0.34 0.13 12.8 0.54 0.73
Hex DF A4 94 0 1A 22 D D 36 49
Octal 337 244 224 0 32 42 15 15 66 111
Binary 11011111 10100100 10010100 0 11010 100010 1101 1101 110110 1001001

Color Harmonies of #DFA494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA494

Black with #DFA494

Text Example


Text Example

White with #DFA494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA494; }

 p { color: rgb(223,164,148); }

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

background-color css

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

 a { background-color: rgb(223,164,148); }

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

border-color css

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

 span { border-color: rgb(223,164,148); }

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