Html Css Color HEX #D49C8D Rose

📋 copy color: '#D49C8D'

red 212 ◦ green 156 ◦ blue 141

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

Shades of Rose #D49C8D

Tints of Rose #D49C8D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.65%

 BLUE value IS 141 (55.47% from 255) = 27.7%

R = 41.65%
G = 30.65%
B = 27.7%

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

#D49C8D (or 0xD49C8D) is known color: Rose. HEX triplet: D4, 9C and 8D. RGB value is (212,156,141). Sum of RGB (Red+Green+Blue) = 212+156+141=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49C8D is #2B6372. Grayscale: #ABABAB. Windows color (decimal): -2843507 or 9280724. OLE color: 9280724.

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

Color convert

RGB 212 156 141 -
CMYK 0 0.26 0.33 0.17
HSL 12.68º 0.45% 0.69% -
HSV(B) 12.68º 0.33% 0.83% -
XYZ 43.85 39.7 30.55 -
YUV 171.03 111.05 157.22 -
System Red Green Blue C M Y K H S L
Decimal 212 156 141 0 0.26 0.33 0.17 12.68 0.45 0.69
Hex D4 9C 8D 0 1A 21 11 D 2D 45
Octal 324 234 215 0 32 41 21 15 55 105
Binary 11010100 10011100 10001101 0 11010 100001 10001 1101 101101 1000101

Color Harmonies of #D49C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49C8D

Black with #D49C8D

Text Example


Text Example

White with #D49C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49C8D; }

 p { color: rgb(212,156,141); }

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

background-color css

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

 a { background-color: rgb(212,156,141); }

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

border-color css

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

 span { border-color: rgb(212,156,141); }

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