#D0A382

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

Shades of Cameo #D0A382

Tints of Cameo #D0A382

Color information

#D0A382 (or 0xD0A382) is unknown color: approx Cameo. HEX triplet: D0, A3 and 82. RGB value is (208,163,130). Sum of RGB (Red+Green+Blue) = 208+163+130=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A382 is #2F5C7D. Grayscale: #ACACAC. Windows color (decimal): -3103870 or 8561616. OLE color: 8561616.

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

Color convert

RGB208163130-
CMYK00.220.380.18
HSL25.38º45.35%66.27%-
HSV(B)25.38º37.5%81.57%-
XYZ43.1441.2226.8-
YUV172.69103.91153.18-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.52%
GREEN value IS 163 (64.06% from 255) = 32.53%
BLUE value IS 130 (51.17% from 255) = 25.95%
R=41.52%
G=32.53%
B=25.95%

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
Decimal20816313000.220.380.1825.3845.3566.27
HexD0A3820162612192d42
Octal32024320202646223155102
Binary11010000101000111000001001011010011010010110011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A382; }

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

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

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

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

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

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

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

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