#D0A381

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

Shades of Cameo #D0A381

Tints of Cameo #D0A381

Color information

#D0A381 (or 0xD0A381) is unknown color: approx Cameo. HEX triplet: D0, A3 and 81. RGB value is (208,163,129). Sum of RGB (Red+Green+Blue) = 208+163+129=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 129 (50.78% from 255 or 25.8% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A381 is #2F5C7E. Grayscale: #ACACAC. Windows color (decimal): -3103871 or 8496080. OLE color: 8496080.

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

Color convert

RGB208163129-
CMYK00.220.380.18
HSL25.82º45.66%66.08%-
HSV(B)25.82º37.98%81.57%-
XYZ43.0741.1926.45-
YUV172.58103.41153.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.6%
GREEN value IS 163 (64.06% from 255) = 32.6%
BLUE value IS 129 (50.78% from 255) = 25.8%
R=41.6%
G=32.6%
B=25.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816312900.220.380.1825.8245.6666.08
HexD0A38101626121a2e42
Octal32024320102646223256102
Binary11010000101000111000000101011010011010010110101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A381; }

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

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

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

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

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

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

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

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