#D39F83

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

Shades of Cameo #D39F83

Tints of Cameo #D39F83

Color information

#D39F83 (or 0xD39F83) is unknown color: approx Cameo. HEX triplet: D3, 9F and 83. RGB value is (211,159,131). Sum of RGB (Red+Green+Blue) = 211+159+131=501 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.12% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 211 - color contains mainly: red. Hex color #D39F83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39F83 is #2C607C. Grayscale: #ABABAB. Windows color (decimal): -2908285 or 8626131. OLE color: 8626131.

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

Color convert

RGB211159131-
CMYK00.250.380.17
HSL21º47.62%67.06%-
HSV(B)21º37.91%82.75%-
XYZ43.3640.2826.96-
YUV171.36105.23156.28-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.12%
GREEN value IS 159 (62.5% from 255) = 31.74%
BLUE value IS 131 (51.56% from 255) = 26.15%
R=42.12%
G=31.74%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115913100.250.380.172147.6267.06
HexD39F830192611153043
Octal32323720303146212560103
Binary11010011100111111000001101100110011010001101011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39F83; }

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

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

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

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

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

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

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

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