#D39C83

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

Shades of Cameo #D39C83

Tints of Cameo #D39C83

Color information

#D39C83 (or 0xD39C83) is unknown color: approx Cameo. HEX triplet: D3, 9C and 83. RGB value is (211,156,131). Sum of RGB (Red+Green+Blue) = 211+156+131=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 211 - color contains mainly: red. Hex color #D39C83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39C83 is #2C637C. Grayscale: #A9A9A9. Windows color (decimal): -2909053 or 8625363. OLE color: 8625363.

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

Color convert

RGB211156131-
CMYK00.260.380.17
HSL18.75º47.62%67.06%-
HSV(B)18.75º37.91%82.75%-
XYZ42.8539.2626.79-
YUV169.6106.22157.53-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.37%
GREEN value IS 156 (61.33% from 255) = 31.33%
BLUE value IS 131 (51.56% from 255) = 26.31%
R=42.37%
G=31.33%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115613100.260.380.1718.7547.6267.06
HexD39C8301A2611133043
Octal32323420303246212360103
Binary11010011100111001000001101101010011010001100111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39C83; }

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

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

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

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

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

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

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

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