#D0A181

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

Shades of Cameo #D0A181

Tints of Cameo #D0A181

Color information

#D0A181 (or 0xD0A181) is unknown color: approx Cameo. HEX triplet: D0, A1 and 81. RGB value is (208,161,129). Sum of RGB (Red+Green+Blue) = 208+161+129=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 129 (50.78% from 255 or 25.90% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A181 is #2F5E7E. Grayscale: #ABABAB. Windows color (decimal): -3104383 or 8495568. OLE color: 8495568.

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

Color convert

RGB208161129-
CMYK00.230.380.18
HSL24.3º45.66%66.08%-
HSV(B)24.3º37.98%81.57%-
XYZ42.7240.4826.33-
YUV171.4104.07154.1-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.77%
GREEN value IS 161 (63.28% from 255) = 32.33%
BLUE value IS 129 (50.78% from 255) = 25.90%
R=41.77%
G=32.33%
B=25.90%

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
Decimal20816112900.230.380.1824.345.6666.08
HexD0A1810172612182e42
Octal32024120102746223056102
Binary11010000101000011000000101011110011010010110001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A181; }

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

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

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

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

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

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

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

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