#D0A983

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

Shades of Cameo #D0A983

Tints of Cameo #D0A983

Color information

#D0A983 (or 0xD0A983) is unknown color: approx Cameo. HEX triplet: D0, A9 and 83. RGB value is (208,169,131). Sum of RGB (Red+Green+Blue) = 208+169+131=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 131 (51.56% from 255 or 25.79% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A983 is #2F567C. Grayscale: #B0B0B0. Windows color (decimal): -3102333 or 8628688. OLE color: 8628688.

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

Color convert

RGB208169131-
CMYK00.190.370.18
HSL29.61º45.03%66.47%-
HSV(B)29.61º37.02%81.57%-
XYZ44.343.4227.52-
YUV176.33102.42150.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.94%
GREEN value IS 169 (66.41% from 255) = 33.27%
BLUE value IS 131 (51.56% from 255) = 25.79%
R=40.94%
G=33.27%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816913100.190.370.1829.6145.0366.47
HexD0A98301325121e2d42
Octal32025120302345223655102
Binary11010000101010011000001101001110010110010111101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A983; }

 p { color: rgb(208,169,131); }

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

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

 a { background-color: rgb(208,169,131); }

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

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

 span { border-color: rgb(208,169,131); }

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