Html Css Color HEX #DFA994 Rose

📋 copy color: '#DFA994'

red 223 ◦ green 169 ◦ blue 148

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

Shades of Rose #DFA994

Tints of Rose #DFA994

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.3%

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

R = 41.3%
G = 31.3%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DFA994 (or 0xDFA994) is known color: Rose. HEX triplet: DF, A9 and 94. RGB value is (223,169,148). Sum of RGB (Red+Green+Blue) = 223+169+148=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 169 (66.41% from 255 or 31.30% from 540); Blue value is 148 (58.20% from 255 or 27.41% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA994 is #20566B. Grayscale: #B6B6B6. Windows color (decimal): -2119276 or 9742815. OLE color: 9742815.

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

Color convert

RGB 223 169 148 -
CMYK 0 0.24 0.34 0.13
HSL 16.8º 0.54% 0.73% -
HSV(B) 16.8º 0.34% 0.87% -
XYZ 49.96 46.2 34.3 -
YUV 182.75 108.39 156.71 -
System Red Green Blue C M Y K H S L
Decimal 223 169 148 0 0.24 0.34 0.13 16.8 0.54 0.73
Hex DF A9 94 0 18 22 D 11 36 49
Octal 337 251 224 0 30 42 15 21 66 111
Binary 11011111 10101001 10010100 0 11000 100010 1101 10001 110110 1001001

Color Harmonies of #DFA994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA994

Black with #DFA994

Text Example


Text Example

White with #DFA994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA994; }

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

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

background-color css

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

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

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

border-color css

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

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

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