Html Css Color HEX #DFAB96 Rose

📋 copy color: '#DFAB96'

red 223 ◦ green 171 ◦ blue 150

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

Shades of Rose #DFAB96

Tints of Rose #DFAB96

RGB

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

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

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

R = 40.99%
G = 31.43%
B = 27.57%

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

#DFAB96 (or 0xDFAB96) is known color: Rose. HEX triplet: DF, AB and 96. RGB value is (223,171,150). Sum of RGB (Red+Green+Blue) = 223+171+150=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAB96 is #205469. Grayscale: #B8B8B8. Windows color (decimal): -2118762 or 9874399. OLE color: 9874399.

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

Color convert

RGB 223 171 150 -
CMYK 0 0.23 0.33 0.13
HSL 17.26º 0.53% 0.73% -
HSV(B) 17.26º 0.33% 0.87% -
XYZ 50.5 47.02 35.27 -
YUV 184.15 108.73 155.71 -
System Red Green Blue C M Y K H S L
Decimal 223 171 150 0 0.23 0.33 0.13 17.26 0.53 0.73
Hex DF AB 96 0 17 21 D 11 35 49
Octal 337 253 226 0 27 41 15 21 65 111
Binary 11011111 10101011 10010110 0 10111 100001 1101 10001 110101 1001001

Color Harmonies of #DFAB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB96

Black with #DFAB96

Text Example


Text Example

White with #DFAB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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