#D0A283

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

Shades of Cameo #D0A283

Tints of Cameo #D0A283

Color information

#D0A283 (or 0xD0A283) is unknown color: approx Cameo. HEX triplet: D0, A2 and 83. RGB value is (208,162,131). Sum of RGB (Red+Green+Blue) = 208+162+131=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A283 is #2F5D7C. Grayscale: #ACACAC. Windows color (decimal): -3104125 or 8626896. OLE color: 8626896.

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

Color convert

RGB208162131-
CMYK00.220.370.18
HSL24.16º45.03%66.47%-
HSV(B)24.16º37.02%81.57%-
XYZ43.0340.8927.1-
YUV172.22104.74153.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.52%
GREEN value IS 162 (63.67% from 255) = 32.34%
BLUE value IS 131 (51.56% from 255) = 26.15%
R=41.52%
G=32.34%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816213100.220.370.1824.1645.0366.47
HexD0A2830162512182d42
Octal32024220302645223055102
Binary11010000101000101000001101011010010110010110001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A283; }

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

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

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

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

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

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

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

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