Html Css Color HEX #DFA896 Rose

📋 copy color: '#DFA896'

red 223 ◦ green 168 ◦ blue 150

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

Shades of Rose #DFA896

Tints of Rose #DFA896

RGB

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

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

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

R = 41.22%
G = 31.05%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DFA896 (or 0xDFA896) is known color: Rose. HEX triplet: DF, A8 and 96. RGB value is (223,168,150). Sum of RGB (Red+Green+Blue) = 223+168+150=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA896 is #205769. Grayscale: #B6B6B6. Windows color (decimal): -2119530 or 9873631. OLE color: 9873631.

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

Color convert

RGB 223 168 150 -
CMYK 0 0.25 0.33 0.13
HSL 14.79º 0.53% 0.73% -
HSV(B) 14.79º 0.33% 0.87% -
XYZ 49.94 45.9 35.08 -
YUV 182.39 109.72 156.96 -
System Red Green Blue C M Y K H S L
Decimal 223 168 150 0 0.25 0.33 0.13 14.79 0.53 0.73
Hex DF A8 96 0 19 21 D F 35 49
Octal 337 250 226 0 31 41 15 17 65 111
Binary 11011111 10101000 10010110 0 11001 100001 1101 1111 110101 1001001

Color Harmonies of #DFA896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA896

Black with #DFA896

Text Example


Text Example

White with #DFA896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA896; }

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

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

background-color css

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

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

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

border-color css

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

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

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