#D39E7C

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

Shades of Cameo #D39E7C

Tints of Cameo #D39E7C

Color information

#D39E7C (or 0xD39E7C) is unknown color: approx Cameo. HEX triplet: D3, 9E and 7C. RGB value is (211,158,124). Sum of RGB (Red+Green+Blue) = 211+158+124=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 211 - color contains mainly: red. Hex color #D39E7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39E7C is #2C6183. Grayscale: #AAAAAA. Windows color (decimal): -2908548 or 8167123. OLE color: 8167123.

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

Color convert

RGB211158124-
CMYK00.250.410.17
HSL23.45º49.71%65.69%-
HSV(B)23.45º41.23%82.75%-
XYZ42.7339.7624.49-
YUV169.97102.06157.26-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.80%
GREEN value IS 158 (62.11% from 255) = 32.05%
BLUE value IS 124 (48.83% from 255) = 25.15%
R=42.80%
G=32.05%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115812400.250.410.1723.4549.7165.69
HexD39E7C0192911173242
Octal32323617403151212762102
Binary1101001110011110111110001100110100110001101111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39E7C; }

 p { color: rgb(211,158,124); }

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

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

 a { background-color: rgb(211,158,124); }

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

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

 span { border-color: rgb(211,158,124); }

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