Html Css Color HEX #DFAC93 Rose

📋 copy color: '#DFAC93'

red 223 ◦ green 172 ◦ blue 147

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

Shades of Rose #DFAC93

Tints of Rose #DFAC93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.12%

R = 41.14%
G = 31.73%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DFAC93 (or 0xDFAC93) is known color: Rose. HEX triplet: DF, AC and 93. RGB value is (223,172,147). Sum of RGB (Red+Green+Blue) = 223+172+147=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAC93 is #20536C. Grayscale: #B8B8B8. Windows color (decimal): -2118509 or 9678047. OLE color: 9678047.

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

Color convert

RGB 223 172 147 -
CMYK 0 0.23 0.34 0.13
HSL 19.74º 0.54% 0.73% -
HSV(B) 19.74º 0.34% 0.87% -
XYZ 50.45 47.3 34.07 -
YUV 184.4 106.9 155.53 -
System Red Green Blue C M Y K H S L
Decimal 223 172 147 0 0.23 0.34 0.13 19.74 0.54 0.73
Hex DF AC 93 0 17 22 D 14 36 49
Octal 337 254 223 0 27 42 15 24 66 111
Binary 11011111 10101100 10010011 0 10111 100010 1101 10100 110110 1001001

Color Harmonies of #DFAC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC93

Black with #DFAC93

Text Example


Text Example

White with #DFAC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC93; }

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

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

background-color css

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

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

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

border-color css

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

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

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