Html Css Color HEX #DFA091 Rose

📋 copy color: '#DFA091'

red 223 ◦ green 160 ◦ blue 145

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

Shades of Rose #DFA091

Tints of Rose #DFA091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.46%

R = 42.23%
G = 30.3%
B = 27.46%

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

#DFA091 (or 0xDFA091) is known color: Rose. HEX triplet: DF, A0 and 91. RGB value is (223,160,145). Sum of RGB (Red+Green+Blue) = 223+160+145=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA091 is #205F6E. Grayscale: #B1B1B1. Windows color (decimal): -2121583 or 9543903. OLE color: 9543903.

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

Color convert

RGB 223 160 145 -
CMYK 0 0.28 0.35 0.13
HSL 11.54º 0.55% 0.72% -
HSV(B) 11.54º 0.35% 0.87% -
XYZ 48.11 42.87 32.53 -
YUV 177.13 109.87 160.72 -
System Red Green Blue C M Y K H S L
Decimal 223 160 145 0 0.28 0.35 0.13 11.54 0.55 0.72
Hex DF A0 91 0 1C 23 D C 37 48
Octal 337 240 221 0 34 43 15 14 67 110
Binary 11011111 10100000 10010001 0 11100 100011 1101 1100 110111 1001000

Color Harmonies of #DFA091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA091

Black with #DFA091

Text Example


Text Example

White with #DFA091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA091; }

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

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

background-color css

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

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

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

border-color css

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

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

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