Html Css Color HEX #DFA49B Rose

📋 copy color: '#DFA49B'

red 223 ◦ green 164 ◦ blue 155

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

Shades of Rose #DFA49B

Tints of Rose #DFA49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.6%

R = 41.14%
G = 30.26%
B = 28.6%

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

#DFA49B (or 0xDFA49B) is known color: Rose. HEX triplet: DF, A4 and 9B. RGB value is (223,164,155). Sum of RGB (Red+Green+Blue) = 223+164+155=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA49B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA49B is #205B64. Grayscale: #B4B4B4. Windows color (decimal): -2120549 or 10200287. OLE color: 10200287.

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

Color convert

RGB 223 164 155 -
CMYK 0 0.26 0.30 0.13
HSL 7.94º 0.52% 0.74% -
HSV(B) 7.94º 0.3% 0.87% -
XYZ 49.62 44.61 37 -
YUV 180.62 113.55 158.23 -
System Red Green Blue C M Y K H S L
Decimal 223 164 155 0 0.26 0.30 0.13 7.94 0.52 0.74
Hex DF A4 9B 0 1A 1E D 8 34 4A
Octal 337 244 233 0 32 36 15 10 64 112
Binary 11011111 10100100 10011011 0 11010 11110 1101 1000 110100 1001010

Color Harmonies of #DFA49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA49B

Black with #DFA49B

Text Example


Text Example

White with #DFA49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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