Html Css Color HEX #DFAB95 Rose

📋 copy color: '#DFAB95'

red 223 ◦ green 171 ◦ blue 149

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

Shades of Rose #DFAB95

Tints of Rose #DFAB95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.44%

R = 41.07%
G = 31.49%
B = 27.44%

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

#DFAB95 (or 0xDFAB95) is known color: Rose. HEX triplet: DF, AB and 95. RGB value is (223,171,149). Sum of RGB (Red+Green+Blue) = 223+171+149=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAB95 is #20546A. Grayscale: #B8B8B8. Windows color (decimal): -2118763 or 9808863. OLE color: 9808863.

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

Color convert

RGB 223 171 149 -
CMYK 0 0.23 0.33 0.13
HSL 17.84º 0.54% 0.73% -
HSV(B) 17.84º 0.33% 0.87% -
XYZ 50.42 46.98 34.85 -
YUV 184.04 108.23 155.79 -
System Red Green Blue C M Y K H S L
Decimal 223 171 149 0 0.23 0.33 0.13 17.84 0.54 0.73
Hex DF AB 95 0 17 21 D 12 36 49
Octal 337 253 225 0 27 41 15 22 66 111
Binary 11011111 10101011 10010101 0 10111 100001 1101 10010 110110 1001001

Color Harmonies of #DFAB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB95

Black with #DFAB95

Text Example


Text Example

White with #DFAB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB95; }

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

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

background-color css

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

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

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

border-color css

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

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

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