#D0A081

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

Shades of Cameo #D0A081

Tints of Cameo #D0A081

Color information

#D0A081 (or 0xD0A081) is unknown color: approx Cameo. HEX triplet: D0, A0 and 81. RGB value is (208,160,129). Sum of RGB (Red+Green+Blue) = 208+160+129=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A081 is #2F5F7E. Grayscale: #AAAAAA. Windows color (decimal): -3104639 or 8495312. OLE color: 8495312.

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

Color convert

RGB208160129-
CMYK00.230.380.18
HSL23.54º45.66%66.08%-
HSV(B)23.54º37.98%81.57%-
XYZ42.5540.1426.27-
YUV170.82104.4154.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.85%
GREEN value IS 160 (62.89% from 255) = 32.19%
BLUE value IS 129 (50.78% from 255) = 25.96%
R=41.85%
G=32.19%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816012900.230.380.1823.5445.6666.08
HexD0A0810172612182e42
Octal32024020102746223056102
Binary11010000101000001000000101011110011010010110001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A081; }

 p { color: rgb(208,160,129); }

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

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

 a { background-color: rgb(208,160,129); }

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

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

 span { border-color: rgb(208,160,129); }

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