Html Css Color HEX #DFAB98 Rose

📋 copy color: '#DFAB98'

red 223 ◦ green 171 ◦ blue 152

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

Shades of Rose #DFAB98

Tints of Rose #DFAB98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.84%

R = 40.84%
G = 31.32%
B = 27.84%

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

#DFAB98 (or 0xDFAB98) is known color: Rose. HEX triplet: DF, AB and 98. RGB value is (223,171,152). Sum of RGB (Red+Green+Blue) = 223+171+152=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 152 (59.77% from 255 or 27.84% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAB98 is #205467. Grayscale: #B8B8B8. Windows color (decimal): -2118760 or 10005471. OLE color: 10005471.

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

Color convert

RGB 223 171 152 -
CMYK 0 0.23 0.32 0.13
HSL 16.06º 0.53% 0.74% -
HSV(B) 16.06º 0.32% 0.87% -
XYZ 50.66 47.08 36.12 -
YUV 184.38 109.73 155.54 -
System Red Green Blue C M Y K H S L
Decimal 223 171 152 0 0.23 0.32 0.13 16.06 0.53 0.74
Hex DF AB 98 0 17 20 D 10 35 4A
Octal 337 253 230 0 27 40 15 20 65 112
Binary 11011111 10101011 10011000 0 10111 100000 1101 10000 110101 1001010

Color Harmonies of #DFAB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB98

Black with #DFAB98

Text Example


Text Example

White with #DFAB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB98; }

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

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

background-color css

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

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

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

border-color css

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

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

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