Html Css Color HEX #DFA891 Rose

📋 copy color: '#DFA891'

red 223 ◦ green 168 ◦ blue 145

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

Shades of Rose #DFA891

Tints of Rose #DFA891

RGB

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

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

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

R = 41.6%
G = 31.34%
B = 27.05%

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

#DFA891 (or 0xDFA891) is known color: Rose. HEX triplet: DF, A8 and 91. RGB value is (223,168,145). Sum of RGB (Red+Green+Blue) = 223+168+145=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 145 (57.03% from 255 or 27.05% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA891 is #20576E. Grayscale: #B5B5B5. Windows color (decimal): -2119535 or 9545951. OLE color: 9545951.

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

Color convert

RGB 223 168 145 -
CMYK 0 0.25 0.35 0.13
HSL 17.69º 0.55% 0.72% -
HSV(B) 17.69º 0.35% 0.87% -
XYZ 49.54 45.74 33.01 -
YUV 181.82 107.22 157.37 -
System Red Green Blue C M Y K H S L
Decimal 223 168 145 0 0.25 0.35 0.13 17.69 0.55 0.72
Hex DF A8 91 0 19 23 D 12 37 48
Octal 337 250 221 0 31 43 15 22 67 110
Binary 11011111 10101000 10010001 0 11001 100011 1101 10010 110111 1001000

Color Harmonies of #DFA891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA891

Black with #DFA891

Text Example


Text Example

White with #DFA891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA891; }

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

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

background-color css

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

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

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

border-color css

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

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

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