Html Css Color HEX #DFA295 Rose

📋 copy color: '#DFA295'

red 223 ◦ green 162 ◦ blue 149

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

Shades of Rose #DFA295

Tints of Rose #DFA295

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.34%

 BLUE value IS 149 (58.59% from 255) = 27.9%

R = 41.76%
G = 30.34%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DFA295 (or 0xDFA295) is known color: Rose. HEX triplet: DF, A2 and 95. RGB value is (223,162,149). Sum of RGB (Red+Green+Blue) = 223+162+149=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 162 (63.67% from 255 or 30.34% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA295 is #205D6A. Grayscale: #B2B2B2. Windows color (decimal): -2121067 or 9806559. OLE color: 9806559.

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

Color convert

RGB 223 162 149 -
CMYK 0 0.27 0.33 0.13
HSL 10.54º 0.54% 0.73% -
HSV(B) 10.54º 0.33% 0.87% -
XYZ 48.78 43.7 34.3 -
YUV 178.76 111.21 159.56 -
System Red Green Blue C M Y K H S L
Decimal 223 162 149 0 0.27 0.33 0.13 10.54 0.54 0.73
Hex DF A2 95 0 1B 21 D B 36 49
Octal 337 242 225 0 33 41 15 13 66 111
Binary 11011111 10100010 10010101 0 11011 100001 1101 1011 110110 1001001

Color Harmonies of #DFA295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA295

Black with #DFA295

Text Example


Text Example

White with #DFA295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA295; }

 p { color: rgb(223,162,149); }

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

background-color css

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

 a { background-color: rgb(223,162,149); }

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

border-color css

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

 span { border-color: rgb(223,162,149); }

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