Html Css Color HEX #DFA294 Rose

📋 copy color: '#DFA294'

red 223 ◦ green 162 ◦ blue 148

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

Shades of Rose #DFA294

Tints of Rose #DFA294

RGB

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

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

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

R = 41.84%
G = 30.39%
B = 27.77%

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

#DFA294 (or 0xDFA294) is known color: Rose. HEX triplet: DF, A2 and 94. RGB value is (223,162,148). Sum of RGB (Red+Green+Blue) = 223+162+148=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA294 is #205D6B. Grayscale: #B2B2B2. Windows color (decimal): -2121068 or 9741023. OLE color: 9741023.

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

Color convert

RGB 223 162 148 -
CMYK 0 0.27 0.34 0.13
HSL 11.2º 0.54% 0.73% -
HSV(B) 11.2º 0.34% 0.87% -
XYZ 48.7 43.67 33.88 -
YUV 178.64 110.71 159.64 -
System Red Green Blue C M Y K H S L
Decimal 223 162 148 0 0.27 0.34 0.13 11.2 0.54 0.73
Hex DF A2 94 0 1B 22 D B 36 49
Octal 337 242 224 0 33 42 15 13 66 111
Binary 11011111 10100010 10010100 0 11011 100010 1101 1011 110110 1001001

Color Harmonies of #DFA294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA294

Black with #DFA294

Text Example


Text Example

White with #DFA294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA294; }

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

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

background-color css

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

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

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

border-color css

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

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

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