#D09F80

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

Shades of Cameo #D09F80

Tints of Cameo #D09F80

Color information

#D09F80 (or 0xD09F80) is unknown color: approx Cameo. HEX triplet: D0, 9F and 80. RGB value is (208,159,128). Sum of RGB (Red+Green+Blue) = 208+159+128=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09F80 is #2F607F. Grayscale: #AAAAAA. Windows color (decimal): -3104896 or 8429520. OLE color: 8429520.

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

Color convert

RGB208159128-
CMYK00.240.380.18
HSL23.25º45.98%65.88%-
HSV(B)23.25º38.46%81.57%-
XYZ42.3139.7625.87-
YUV170.12104.23155.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.02%
GREEN value IS 159 (62.5% from 255) = 32.12%
BLUE value IS 128 (50.39% from 255) = 25.86%
R=42.02%
G=32.12%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815912800.240.380.1823.2545.9865.88
HexD09F800182612172e42
Octal32023720003046222756102
Binary11010000100111111000000001100010011010010101111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09F80; }

 p { color: rgb(208,159,128); }

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

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

 a { background-color: rgb(208,159,128); }

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

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

 span { border-color: rgb(208,159,128); }

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