#D09C7F

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

Shades of Cameo #D09C7F

Tints of Cameo #D09C7F

Color information

#D09C7F (or 0xD09C7F) is unknown color: approx Cameo. HEX triplet: D0, 9C and 7F. RGB value is (208,156,127). Sum of RGB (Red+Green+Blue) = 208+156+127=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09C7F is #2F6380. Grayscale: #A8A8A8. Windows color (decimal): -3105665 or 8363216. OLE color: 8363216.

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

Color convert

RGB208156127-
CMYK00.250.390.18
HSL21.48º46.29%65.69%-
HSV(B)21.48º38.94%81.57%-
XYZ41.7338.7225.35-
YUV168.24104.73156.36-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.36%
GREEN value IS 156 (61.33% from 255) = 31.77%
BLUE value IS 127 (50% from 255) = 25.87%
R=42.36%
G=31.77%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815612700.250.390.1821.4846.2965.69
HexD09C7F0192712152e42
Octal32023417703147222556102
Binary1101000010011100111111101100110011110010101011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09C7F; }

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

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

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

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

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

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

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

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