#D09C81

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

Shades of Cameo #D09C81

Tints of Cameo #D09C81

Color information

#D09C81 (or 0xD09C81) is unknown color: approx Cameo. HEX triplet: D0, 9C and 81. RGB value is (208,156,129). Sum of RGB (Red+Green+Blue) = 208+156+129=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 129 (50.78% from 255 or 26.17% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09C81 is #2F637E. Grayscale: #A8A8A8. Windows color (decimal): -3105663 or 8494288. OLE color: 8494288.

HSL color Cylindrical-coordinate representation of color #D09C81: hue angle of 20.51º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D09C81 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB208156129-
CMYK00.250.380.18
HSL20.51º45.66%66.08%-
HSV(B)20.51º37.98%81.57%-
XYZ41.8638.7726.05-
YUV168.47105.73156.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.19%
GREEN value IS 156 (61.33% from 255) = 31.64%
BLUE value IS 129 (50.78% from 255) = 26.17%
R=42.19%
G=31.64%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815612900.250.380.1820.5145.6666.08
HexD09C810192612152e42
Octal32023420103146222556102
Binary11010000100111001000000101100110011010010101011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09C81; }

 p { color: rgb(208,156,129); }

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

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

 a { background-color: rgb(208,156,129); }

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

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

 span { border-color: rgb(208,156,129); }

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