Html Css Color HEX #DFAC96 Rose

📋 copy color: '#DFAC96'

red 223 ◦ green 172 ◦ blue 150

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

Shades of Rose #DFAC96

Tints of Rose #DFAC96

RGB

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

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

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

R = 40.92%
G = 31.56%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DFAC96 (or 0xDFAC96) is known color: Rose. HEX triplet: DF, AC and 96. RGB value is (223,172,150). Sum of RGB (Red+Green+Blue) = 223+172+150=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAC96 is #205369. Grayscale: #B8B8B8. Windows color (decimal): -2118506 or 9874655. OLE color: 9874655.

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

Color convert

RGB 223 172 150 -
CMYK 0 0.23 0.33 0.13
HSL 18.08º 0.53% 0.73% -
HSV(B) 18.08º 0.33% 0.87% -
XYZ 50.69 47.4 35.33 -
YUV 184.74 108.4 155.29 -
System Red Green Blue C M Y K H S L
Decimal 223 172 150 0 0.23 0.33 0.13 18.08 0.53 0.73
Hex DF AC 96 0 17 21 D 12 35 49
Octal 337 254 226 0 27 41 15 22 65 111
Binary 11011111 10101100 10010110 0 10111 100001 1101 10010 110101 1001001

Color Harmonies of #DFAC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC96

Black with #DFAC96

Text Example


Text Example

White with #DFAC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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