Html Css Color HEX #DFA993 Rose

📋 copy color: '#DFA993'

red 223 ◦ green 169 ◦ blue 147

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

Shades of Rose #DFA993

Tints of Rose #DFA993

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.35%

 BLUE value IS 147 (57.81% from 255) = 27.27%

R = 41.37%
G = 31.35%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DFA993 (or 0xDFA993) is known color: Rose. HEX triplet: DF, A9 and 93. RGB value is (223,169,147). Sum of RGB (Red+Green+Blue) = 223+169+147=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 169 (66.41% from 255 or 31.35% from 539); Blue value is 147 (57.81% from 255 or 27.27% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA993 is #20566C. Grayscale: #B6B6B6. Windows color (decimal): -2119277 or 9677279. OLE color: 9677279.

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

Color convert

RGB 223 169 147 -
CMYK 0 0.24 0.34 0.13
HSL 17.37º 0.54% 0.73% -
HSV(B) 17.37º 0.34% 0.87% -
XYZ 49.89 46.17 33.89 -
YUV 182.64 107.89 156.79 -
System Red Green Blue C M Y K H S L
Decimal 223 169 147 0 0.24 0.34 0.13 17.37 0.54 0.73
Hex DF A9 93 0 18 22 D 11 36 49
Octal 337 251 223 0 30 42 15 21 66 111
Binary 11011111 10101001 10010011 0 11000 100010 1101 10001 110110 1001001

Color Harmonies of #DFA993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA993

Black with #DFA993

Text Example


Text Example

White with #DFA993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA993; }

 p { color: rgb(223,169,147); }

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

background-color css

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

 a { background-color: rgb(223,169,147); }

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

border-color css

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

 span { border-color: rgb(223,169,147); }

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