Html Css Color HEX #D49D8E Rose

📋 copy color: '#D49D8E'

red 212 ◦ green 157 ◦ blue 142

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

Shades of Rose #D49D8E

Tints of Rose #D49D8E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.72%

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

R = 41.49%
G = 30.72%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D49D8E (or 0xD49D8E) is known color: Rose. HEX triplet: D4, 9D and 8E. RGB value is (212,157,142). Sum of RGB (Red+Green+Blue) = 212+157+142=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49D8E is #2B6271. Grayscale: #ABABAB. Windows color (decimal): -2843250 or 9346516. OLE color: 9346516.

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

Color convert

RGB 212 157 142 -
CMYK 0 0.26 0.33 0.17
HSL 12.86º 0.45% 0.69% -
HSV(B) 12.86º 0.33% 0.83% -
XYZ 44.09 40.06 31 -
YUV 171.74 111.22 156.72 -
System Red Green Blue C M Y K H S L
Decimal 212 157 142 0 0.26 0.33 0.17 12.86 0.45 0.69
Hex D4 9D 8E 0 1A 21 11 D 2D 45
Octal 324 235 216 0 32 41 21 15 55 105
Binary 11010100 10011101 10001110 0 11010 100001 10001 1101 101101 1000101

Color Harmonies of #D49D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49D8E

Black with #D49D8E

Text Example


Text Example

White with #D49D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49D8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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