#D39C8B

Color #D39C8B Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose #D39C8B

Tints of Rose #D39C8B

Color information

#D39C8B (or 0xD39C8B) is unknown color: approx Rose. HEX triplet: D3, 9C and 8B. RGB value is (211,156,139). Sum of RGB (Red+Green+Blue) = 211+156+139=506 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.70% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 211 - color contains mainly: red. Hex color #D39C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39C8B is #2C6374. Grayscale: #AAAAAA. Windows color (decimal): -2909045 or 9149651. OLE color: 9149651.

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

Color convert

RGB211156139-
CMYK00.260.340.17
HSL14.17º45%68.63%-
HSV(B)14.17º34.12%82.75%-
XYZ43.4139.4929.76-
YUV170.51110.22156.88-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.70%
GREEN value IS 156 (61.33% from 255) = 30.83%
BLUE value IS 139 (54.69% from 255) = 27.47%
R=41.70%
G=30.83%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115613900.260.340.1714.174568.63
HexD39C8B01A2211e2d45
Octal32323421303242211655105
Binary1101001110011100100010110110101000101000111101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39C8B; }

 p { color: rgb(211,156,139); }

 H1.HeaderClassName
 {
   color: #D39C8B;
 }
 .AnyTagClassName
 {
   color: #D39C8B;
 }
</style>
background-color css

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

 a { background-color: rgb(211,156,139); }

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

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

 span { border-color: rgb(211,156,139); }

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