Html Css Color HEX #DFAB94 Rose

📋 copy color: '#DFAB94'

red 223 ◦ green 171 ◦ blue 148

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

Shades of Rose #DFAB94

Tints of Rose #DFAB94

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.55%

 BLUE value IS 148 (58.2% from 255) = 27.31%

R = 41.14%
G = 31.55%
B = 27.31%

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

#DFAB94 (or 0xDFAB94) is known color: Rose. HEX triplet: DF, AB and 94. RGB value is (223,171,148). Sum of RGB (Red+Green+Blue) = 223+171+148=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAB94 is #20546B. Grayscale: #B8B8B8. Windows color (decimal): -2118764 or 9743327. OLE color: 9743327.

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

Color convert

RGB 223 171 148 -
CMYK 0 0.23 0.34 0.13
HSL 18.4º 0.54% 0.73% -
HSV(B) 18.4º 0.34% 0.87% -
XYZ 50.34 46.95 34.43 -
YUV 183.93 107.73 155.87 -
System Red Green Blue C M Y K H S L
Decimal 223 171 148 0 0.23 0.34 0.13 18.4 0.54 0.73
Hex DF AB 94 0 17 22 D 12 36 49
Octal 337 253 224 0 27 42 15 22 66 111
Binary 11011111 10101011 10010100 0 10111 100010 1101 10010 110110 1001001

Color Harmonies of #DFAB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB94

Black with #DFAB94

Text Example


Text Example

White with #DFAB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB94; }

 p { color: rgb(223,171,148); }

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

background-color css

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

 a { background-color: rgb(223,171,148); }

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

border-color css

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

 span { border-color: rgb(223,171,148); }

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