#D0A78E

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

Shades of Cameo #D0A78E

Tints of Cameo #D0A78E

Color information

#D0A78E (or 0xD0A78E) is unknown color: approx Cameo. HEX triplet: D0, A7 and 8E. RGB value is (208,167,142). Sum of RGB (Red+Green+Blue) = 208+167+142=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A78E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A78E is #2F5871. Grayscale: #B0B0B0. Windows color (decimal): -3102834 or 9349072. OLE color: 9349072.

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

Color convert

RGB208167142-
CMYK00.200.320.18
HSL22.73º41.25%68.63%-
HSV(B)22.73º31.73%81.57%-
XYZ44.714331.53-
YUV176.41108.58150.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.23%
GREEN value IS 167 (65.62% from 255) = 32.30%
BLUE value IS 142 (55.86% from 255) = 27.47%
R=40.23%
G=32.30%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816714200.200.320.1822.7341.2568.63
HexD0A78E0142012172945
Octal32024721602440222751105
Binary11010000101001111000111001010010000010010101111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A78E; }

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

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

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

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

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

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

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

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