Html Css Color HEX #DFA092 Rose

📋 copy color: '#DFA092'

red 223 ◦ green 160 ◦ blue 146

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

Shades of Rose #DFA092

Tints of Rose #DFA092

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.25%

 BLUE value IS 146 (57.42% from 255) = 27.6%

R = 42.16%
G = 30.25%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DFA092 (or 0xDFA092) is known color: Rose. HEX triplet: DF, A0 and 92. RGB value is (223,160,146). Sum of RGB (Red+Green+Blue) = 223+160+146=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA092 is #205F6D. Grayscale: #B1B1B1. Windows color (decimal): -2121582 or 9609439. OLE color: 9609439.

HSL color Cylindrical-coordinate representation of color #DFA092: hue angle of 10.91º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFA092 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 160 146 -
CMYK 0 0.28 0.35 0.13
HSL 10.91º 0.55% 0.72% -
HSV(B) 10.91º 0.35% 0.87% -
XYZ 48.19 42.9 32.94 -
YUV 177.24 110.37 160.64 -
System Red Green Blue C M Y K H S L
Decimal 223 160 146 0 0.28 0.35 0.13 10.91 0.55 0.72
Hex DF A0 92 0 1C 23 D B 37 48
Octal 337 240 222 0 34 43 15 13 67 110
Binary 11011111 10100000 10010010 0 11100 100011 1101 1011 110111 1001000

Color Harmonies of #DFA092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA092

Black with #DFA092

Text Example


Text Example

White with #DFA092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA092; }

 p { color: rgb(223,160,146); }

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

background-color css

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

 a { background-color: rgb(223,160,146); }

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

border-color css

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

 span { border-color: rgb(223,160,146); }

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