Html Css Color HEX #D49D97 Rose

📋 copy color: '#D49D97'

red 212 ◦ green 157 ◦ blue 151

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

Shades of Rose #D49D97

Tints of Rose #D49D97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.04%

R = 40.77%
G = 30.19%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D49D97 (or 0xD49D97) is known color: Rose. HEX triplet: D4, 9D and 97. RGB value is (212,157,151). Sum of RGB (Red+Green+Blue) = 212+157+151=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 151 (59.38% from 255 or 29.04% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49D97 is #2B6268. Grayscale: #ACACAC. Windows color (decimal): -2843241 or 9936340. OLE color: 9936340.

HSL color Cylindrical-coordinate representation of color #D49D97: hue angle of 5.9º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D49D97 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 157 151 -
CMYK 0 0.26 0.29 0.17
HSL 5.9º 0.41% 0.71% -
HSV(B) 5.9º 0.29% 0.83% -
XYZ 44.79 40.35 34.7 -
YUV 172.76 115.72 155.99 -
System Red Green Blue C M Y K H S L
Decimal 212 157 151 0 0.26 0.29 0.17 5.9 0.41 0.71
Hex D4 9D 97 0 1A 1D 11 6 29 47
Octal 324 235 227 0 32 35 21 6 51 107
Binary 11010100 10011101 10010111 0 11010 11101 10001 110 101001 1000111

Color Harmonies of #D49D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49D97

Black with #D49D97

Text Example


Text Example

White with #D49D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49D97; }

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

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

background-color css

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

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

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

border-color css

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

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

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