#D09D84

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

Shades of Cameo #D09D84

Tints of Cameo #D09D84

Color information

#D09D84 (or 0xD09D84) is unknown color: approx Cameo. HEX triplet: D0, 9D and 84. RGB value is (208,157,132). Sum of RGB (Red+Green+Blue) = 208+157+132=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09D84 is #2F627B. Grayscale: #A9A9A9. Windows color (decimal): -3105404 or 8691152. OLE color: 8691152.

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

Color convert

RGB208157132-
CMYK00.250.370.18
HSL19.74º44.71%66.67%-
HSV(B)19.74º36.54%81.57%-
XYZ42.2339.1927.17-
YUV169.4106.9155.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.85%
GREEN value IS 157 (61.72% from 255) = 31.59%
BLUE value IS 132 (51.95% from 255) = 26.56%
R=41.85%
G=31.59%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815713200.250.370.1819.7444.7166.67
HexD09D840192512142d43
Octal32023520403145222455103
Binary11010000100111011000010001100110010110010101001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09D84; }

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

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

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

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

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

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

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

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