Html Css Color HEX #DFA892 Rose

📋 copy color: '#DFA892'

red 223 ◦ green 168 ◦ blue 146

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

Shades of Rose #DFA892

Tints of Rose #DFA892

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.28%

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

R = 41.53%
G = 31.28%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DFA892 (or 0xDFA892) is known color: Rose. HEX triplet: DF, A8 and 92. RGB value is (223,168,146). Sum of RGB (Red+Green+Blue) = 223+168+146=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 146 (57.42% from 255 or 27.19% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA892 is #20576D. Grayscale: #B6B6B6. Windows color (decimal): -2119534 or 9611487. OLE color: 9611487.

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

Color convert

RGB 223 168 146 -
CMYK 0 0.25 0.35 0.13
HSL 17.14º 0.55% 0.72% -
HSV(B) 17.14º 0.35% 0.87% -
XYZ 49.62 45.77 33.41 -
YUV 181.94 107.72 157.29 -
System Red Green Blue C M Y K H S L
Decimal 223 168 146 0 0.25 0.35 0.13 17.14 0.55 0.72
Hex DF A8 92 0 19 23 D 11 37 48
Octal 337 250 222 0 31 43 15 21 67 110
Binary 11011111 10101000 10010010 0 11001 100011 1101 10001 110111 1001000

Color Harmonies of #DFA892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA892

Black with #DFA892

Text Example


Text Example

White with #DFA892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA892; }

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

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

background-color css

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

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

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

border-color css

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

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

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