Html Css Color HEX #DFAC97 Rose

📋 copy color: '#DFAC97'

red 223 ◦ green 172 ◦ blue 151

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

Shades of Rose #DFAC97

Tints of Rose #DFAC97

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.5%

 BLUE value IS 151 (59.38% from 255) = 27.66%

R = 40.84%
G = 31.5%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DFAC97 (or 0xDFAC97) is known color: Rose. HEX triplet: DF, AC and 97. RGB value is (223,172,151). Sum of RGB (Red+Green+Blue) = 223+172+151=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 151 (59.38% from 255 or 27.66% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAC97 is #205368. Grayscale: #B8B8B8. Windows color (decimal): -2118505 or 9940191. OLE color: 9940191.

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

Color convert

RGB 223 172 151 -
CMYK 0 0.23 0.32 0.13
HSL 17.5º 0.53% 0.73% -
HSV(B) 17.5º 0.32% 0.87% -
XYZ 50.77 47.43 35.76 -
YUV 184.86 108.9 155.21 -
System Red Green Blue C M Y K H S L
Decimal 223 172 151 0 0.23 0.32 0.13 17.5 0.53 0.73
Hex DF AC 97 0 17 20 D 12 35 49
Octal 337 254 227 0 27 40 15 22 65 111
Binary 11011111 10101100 10010111 0 10111 100000 1101 10010 110101 1001001

Color Harmonies of #DFAC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC97

Black with #DFAC97

Text Example


Text Example

White with #DFAC97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC97; }

 p { color: rgb(223,172,151); }

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

background-color css

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

 a { background-color: rgb(223,172,151); }

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

border-color css

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

 span { border-color: rgb(223,172,151); }

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