Html Css Color HEX #DFA396 Rose

📋 copy color: '#DFA396'

red 223 ◦ green 163 ◦ blue 150

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

Shades of Rose #DFA396

Tints of Rose #DFA396

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.41%

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

R = 41.6%
G = 30.41%
B = 27.99%

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

#DFA396 (or 0xDFA396) is known color: Rose. HEX triplet: DF, A3 and 96. RGB value is (223,163,150). Sum of RGB (Red+Green+Blue) = 223+163+150=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA396 is #205C69. Grayscale: #B3B3B3. Windows color (decimal): -2120810 or 9872351. OLE color: 9872351.

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

Color convert

RGB 223 163 150 -
CMYK 0 0.27 0.33 0.13
HSL 10.68º 0.53% 0.73% -
HSV(B) 10.68º 0.33% 0.87% -
XYZ 49.03 44.08 34.78 -
YUV 179.46 111.38 159.06 -
System Red Green Blue C M Y K H S L
Decimal 223 163 150 0 0.27 0.33 0.13 10.68 0.53 0.73
Hex DF A3 96 0 1B 21 D B 35 49
Octal 337 243 226 0 33 41 15 13 65 111
Binary 11011111 10100011 10010110 0 11011 100001 1101 1011 110101 1001001

Color Harmonies of #DFA396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA396

Black with #DFA396

Text Example


Text Example

White with #DFA396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA396; }

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

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

background-color css

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

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

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

border-color css

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

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

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