Html Css Color HEX #DFA49D Rose

📋 copy color: '#DFA49D'

red 223 ◦ green 164 ◦ blue 157

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

Shades of Rose #DFA49D

Tints of Rose #DFA49D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.15%

 BLUE value IS 157 (61.72% from 255) = 28.86%

R = 40.99%
G = 30.15%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DFA49D (or 0xDFA49D) is known color: Rose. HEX triplet: DF, A4 and 9D. RGB value is (223,164,157). Sum of RGB (Red+Green+Blue) = 223+164+157=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 164 (64.45% from 255 or 30.15% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA49D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA49D is #205B62. Grayscale: #B4B4B4. Windows color (decimal): -2120547 or 10331359. OLE color: 10331359.

HSL color Cylindrical-coordinate representation of color #DFA49D: hue angle of 6.36º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFA49D is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 164 157 -
CMYK 0 0.26 0.30 0.13
HSL 6.36º 0.51% 0.75% -
HSV(B) 6.36º 0.3% 0.87% -
XYZ 49.79 44.67 37.9 -
YUV 180.84 114.55 158.07 -
System Red Green Blue C M Y K H S L
Decimal 223 164 157 0 0.26 0.30 0.13 6.36 0.51 0.75
Hex DF A4 9D 0 1A 1E D 6 33 4B
Octal 337 244 235 0 32 36 15 6 63 113
Binary 11011111 10100100 10011101 0 11010 11110 1101 110 110011 1001011

Color Harmonies of #DFA49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA49D

Black with #DFA49D

Text Example


Text Example

White with #DFA49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA49D; }

 p { color: rgb(223,164,157); }

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

background-color css

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

 a { background-color: rgb(223,164,157); }

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

border-color css

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

 span { border-color: rgb(223,164,157); }

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