Html Css Color HEX #DFAA92 Rose

📋 copy color: '#DFAA92'

red 223 ◦ green 170 ◦ blue 146

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

Shades of Rose #DFAA92

Tints of Rose #DFAA92

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.54%

 BLUE value IS 146 (57.42% from 255) = 27.09%

R = 41.37%
G = 31.54%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DFAA92 (or 0xDFAA92) is known color: Rose. HEX triplet: DF, AA and 92. RGB value is (223,170,146). Sum of RGB (Red+Green+Blue) = 223+170+146=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 146 (57.42% from 255 or 27.09% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAA92 is #20556D. Grayscale: #B7B7B7. Windows color (decimal): -2119022 or 9611999. OLE color: 9611999.

HSL color Cylindrical-coordinate representation of color #DFAA92: hue angle of 18.7º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFAA92 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 170 146 -
CMYK 0 0.24 0.35 0.13
HSL 18.7º 0.55% 0.72% -
HSV(B) 18.7º 0.35% 0.87% -
XYZ 49.99 46.51 33.54 -
YUV 183.11 107.06 156.45 -
System Red Green Blue C M Y K H S L
Decimal 223 170 146 0 0.24 0.35 0.13 18.7 0.55 0.72
Hex DF AA 92 0 18 23 D 13 37 48
Octal 337 252 222 0 30 43 15 23 67 110
Binary 11011111 10101010 10010010 0 11000 100011 1101 10011 110111 1001000

Color Harmonies of #DFAA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA92

Black with #DFAA92

Text Example


Text Example

White with #DFAA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA92; }

 p { color: rgb(223,170,146); }

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

background-color css

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

 a { background-color: rgb(223,170,146); }

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

border-color css

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

 span { border-color: rgb(223,170,146); }

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