Html Css Color HEX #D49F8E Rose

📋 copy color: '#D49F8E'

red 212 ◦ green 159 ◦ blue 142

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

Shades of Rose #D49F8E

Tints of Rose #D49F8E

RGB

 RED value IS 212 (83.2% from 255) = 41.33%

 GREEN value IS 159 (62.5% from 255) = 30.99%

 BLUE value IS 142 (55.86% from 255) = 27.68%

R = 41.33%
G = 30.99%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D49F8E (or 0xD49F8E) is known color: Rose. HEX triplet: D4, 9F and 8E. RGB value is (212,159,142). Sum of RGB (Red+Green+Blue) = 212+159+142=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49F8E is #2B6071. Grayscale: #ADADAD. Windows color (decimal): -2842738 or 9347028. OLE color: 9347028.

HSL color Cylindrical-coordinate representation of color #D49F8E: hue angle of 14.57º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D49F8E is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 159 142 -
CMYK 0 0.25 0.33 0.17
HSL 14.57º 0.45% 0.69% -
HSV(B) 14.57º 0.33% 0.83% -
XYZ 44.43 40.75 31.11 -
YUV 172.91 110.56 155.88 -
System Red Green Blue C M Y K H S L
Decimal 212 159 142 0 0.25 0.33 0.17 14.57 0.45 0.69
Hex D4 9F 8E 0 19 21 11 F 2D 45
Octal 324 237 216 0 31 41 21 17 55 105
Binary 11010100 10011111 10001110 0 11001 100001 10001 1111 101101 1000101

Color Harmonies of #D49F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49F8E

Black with #D49F8E

Text Example


Text Example

White with #D49F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49F8E; }

 p { color: rgb(212,159,142); }

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

background-color css

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

 a { background-color: rgb(212,159,142); }

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

border-color css

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

 span { border-color: rgb(212,159,142); }

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