#D0A78C

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

Shades of Cameo #D0A78C

Tints of Cameo #D0A78C

Color information

#D0A78C (or 0xD0A78C) is unknown color: approx Cameo. HEX triplet: D0, A7 and 8C. RGB value is (208,167,140). Sum of RGB (Red+Green+Blue) = 208+167+140=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 167 (65.62% from 255 or 32.43% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A78C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A78C is #2F5873. Grayscale: #B0B0B0. Windows color (decimal): -3102836 or 9218000. OLE color: 9218000.

HSL color Cylindrical-coordinate representation of color #D0A78C: hue angle of 23.82º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0A78C is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB208167140-
CMYK00.200.330.18
HSL23.82º41.98%68.24%-
HSV(B)23.82º32.69%81.57%-
XYZ44.5642.9430.75-
YUV176.18107.58150.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.39%
GREEN value IS 167 (65.62% from 255) = 32.43%
BLUE value IS 140 (55.08% from 255) = 27.18%
R=40.39%
G=32.43%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816714000.200.330.1823.8241.9868.24
HexD0A78C0142112182a44
Octal32024721402441223052104
Binary11010000101001111000110001010010000110010110001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A78C; }

 p { color: rgb(208,167,140); }

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

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

 a { background-color: rgb(208,167,140); }

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

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

 span { border-color: rgb(208,167,140); }

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