Html Css Color HEX #DFA296 Rose

📋 copy color: '#DFA296'

red 223 ◦ green 162 ◦ blue 150

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

Shades of Rose #DFA296

Tints of Rose #DFA296

RGB

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

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

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

R = 41.68%
G = 30.28%
B = 28.04%

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

#DFA296 (or 0xDFA296) is known color: Rose. HEX triplet: DF, A2 and 96. RGB value is (223,162,150). Sum of RGB (Red+Green+Blue) = 223+162+150=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA296 is #205D69. Grayscale: #B2B2B2. Windows color (decimal): -2121066 or 9872095. OLE color: 9872095.

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

Color convert

RGB 223 162 150 -
CMYK 0 0.27 0.33 0.13
HSL 9.86º 0.53% 0.73% -
HSV(B) 9.86º 0.33% 0.87% -
XYZ 48.86 43.73 34.72 -
YUV 178.87 111.71 159.48 -
System Red Green Blue C M Y K H S L
Decimal 223 162 150 0 0.27 0.33 0.13 9.86 0.53 0.73
Hex DF A2 96 0 1B 21 D A 35 49
Octal 337 242 226 0 33 41 15 12 65 111
Binary 11011111 10100010 10010110 0 11011 100001 1101 1010 110101 1001001

Color Harmonies of #DFA296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA296

Black with #DFA296

Text Example


Text Example

White with #DFA296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA296; }

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

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

background-color css

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

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

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

border-color css

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

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

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