#D0A88E

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

Shades of Cameo #D0A88E

Tints of Cameo #D0A88E

Color information

#D0A88E (or 0xD0A88E) is unknown color: approx Cameo. HEX triplet: D0, A8 and 8E. RGB value is (208,168,142). Sum of RGB (Red+Green+Blue) = 208+168+142=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 142 (55.86% from 255 or 27.41% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A88E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A88E is #2F5771. Grayscale: #B1B1B1. Windows color (decimal): -3102578 or 9349328. OLE color: 9349328.

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

Color convert

RGB208168142-
CMYK00.190.320.18
HSL23.64º41.25%68.63%-
HSV(B)23.64º31.73%81.57%-
XYZ44.943.3731.6-
YUV177108.25150.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.15%
GREEN value IS 168 (66.02% from 255) = 32.43%
BLUE value IS 142 (55.86% from 255) = 27.41%
R=40.15%
G=32.43%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816814200.190.320.1823.6441.2568.63
HexD0A88E0132012182945
Octal32025021602340223051105
Binary11010000101010001000111001001110000010010110001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A88E; }

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

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

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

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

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

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

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

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