#D09E85

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

Shades of Cameo #D09E85

Tints of Cameo #D09E85

Color information

#D09E85 (or 0xD09E85) is unknown color: approx Cameo. HEX triplet: D0, 9E and 85. RGB value is (208,158,133). Sum of RGB (Red+Green+Blue) = 208+158+133=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09E85 is #2F617A. Grayscale: #AAAAAA. Windows color (decimal): -3105147 or 8756944. OLE color: 8756944.

HSL color Cylindrical-coordinate representation of color #D09E85: hue angle of 20º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D09E85 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB208158133-
CMYK00.240.360.18
HSL20º44.38%66.86%-
HSV(B)20º36.06%81.57%-
XYZ42.4739.5627.59-
YUV170.1107.06155.03-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.68%
GREEN value IS 158 (62.11% from 255) = 31.66%
BLUE value IS 133 (52.34% from 255) = 26.65%
R=41.68%
G=31.66%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815813300.240.360.182044.3866.86
HexD09E850182412142c43
Octal32023620503044222454103
Binary11010000100111101000010101100010010010010101001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09E85; }

 p { color: rgb(208,158,133); }

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

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

 a { background-color: rgb(208,158,133); }

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

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

 span { border-color: rgb(208,158,133); }

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