Html Css Color HEX #DFA196 Rose

📋 copy color: '#DFA196'

red 223 ◦ green 161 ◦ blue 150

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

Shades of Rose #DFA196

Tints of Rose #DFA196

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.15%

 BLUE value IS 150 (58.98% from 255) = 28.09%

R = 41.76%
G = 30.15%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DFA196 (or 0xDFA196) is known color: Rose. HEX triplet: DF, A1 and 96. RGB value is (223,161,150). Sum of RGB (Red+Green+Blue) = 223+161+150=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA196 is #205E69. Grayscale: #B2B2B2. Windows color (decimal): -2121322 or 9871839. OLE color: 9871839.

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

Color convert

RGB 223 161 150 -
CMYK 0 0.28 0.33 0.13
HSL 9.04º 0.53% 0.73% -
HSV(B) 9.04º 0.33% 0.87% -
XYZ 48.68 43.38 34.66 -
YUV 178.28 112.04 159.89 -
System Red Green Blue C M Y K H S L
Decimal 223 161 150 0 0.28 0.33 0.13 9.04 0.53 0.73
Hex DF A1 96 0 1C 21 D 9 35 49
Octal 337 241 226 0 34 41 15 11 65 111
Binary 11011111 10100001 10010110 0 11100 100001 1101 1001 110101 1001001

Color Harmonies of #DFA196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA196

Black with #DFA196

Text Example


Text Example

White with #DFA196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA196; }

 p { color: rgb(223,161,150); }

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

background-color css

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

 a { background-color: rgb(223,161,150); }

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

border-color css

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

 span { border-color: rgb(223,161,150); }

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