#D09E84

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

Shades of Cameo #D09E84

Tints of Cameo #D09E84

Color information

#D09E84 (or 0xD09E84) is unknown color: approx Cameo. HEX triplet: D0, 9E and 84. RGB value is (208,158,132). Sum of RGB (Red+Green+Blue) = 208+158+132=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09E84 is #2F617B. Grayscale: #AAAAAA. Windows color (decimal): -3105148 or 8691408. OLE color: 8691408.

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

Color convert

RGB208158132-
CMYK00.240.370.18
HSL20.53º44.71%66.67%-
HSV(B)20.53º36.54%81.57%-
XYZ42.439.5327.22-
YUV169.99106.56155.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.77%
GREEN value IS 158 (62.11% from 255) = 31.73%
BLUE value IS 132 (51.95% from 255) = 26.51%
R=41.77%
G=31.73%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815813200.240.370.1820.5344.7166.67
HexD09E840182512152d43
Octal32023620403045222555103
Binary11010000100111101000010001100010010110010101011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09E84; }

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

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

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

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

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

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

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

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