Html Css Color HEX #DFA394 Rose

📋 copy color: '#DFA394'

red 223 ◦ green 163 ◦ blue 148

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

Shades of Rose #DFA394

Tints of Rose #DFA394

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.52%

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

R = 41.76%
G = 30.52%
B = 27.72%

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

#DFA394 (or 0xDFA394) is known color: Rose. HEX triplet: DF, A3 and 94. RGB value is (223,163,148). Sum of RGB (Red+Green+Blue) = 223+163+148=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA394 is #205C6B. Grayscale: #B3B3B3. Windows color (decimal): -2120812 or 9741279. OLE color: 9741279.

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

Color convert

RGB 223 163 148 -
CMYK 0 0.27 0.34 0.13
HSL 12º 0.54% 0.73% -
HSV(B) 12º 0.34% 0.87% -
XYZ 48.87 44.02 33.94 -
YUV 179.23 110.38 159.22 -
System Red Green Blue C M Y K H S L
Decimal 223 163 148 0 0.27 0.34 0.13 12 0.54 0.73
Hex DF A3 94 0 1B 22 D C 36 49
Octal 337 243 224 0 33 42 15 14 66 111
Binary 11011111 10100011 10010100 0 11011 100010 1101 1100 110110 1001001

Color Harmonies of #DFA394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA394

Black with #DFA394

Text Example


Text Example

White with #DFA394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA394; }

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

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

background-color css

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

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

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

border-color css

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

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

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