#D0A585

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

Shades of Cameo #D0A585

Tints of Cameo #D0A585

Color information

#D0A585 (or 0xD0A585) is unknown color: approx Cameo. HEX triplet: D0, A5 and 85. RGB value is (208,165,133). Sum of RGB (Red+Green+Blue) = 208+165+133=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A585 is #2F5A7A. Grayscale: #AEAEAE. Windows color (decimal): -3103355 or 8758736. OLE color: 8758736.

HSL color Cylindrical-coordinate representation of color #D0A585: hue angle of 25.6º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0A585 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB208165133-
CMYK00.210.360.18
HSL25.6º44.38%66.86%-
HSV(B)25.6º36.06%81.57%-
XYZ43.742.0128-
YUV174.21104.75152.1-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.11%
GREEN value IS 165 (64.84% from 255) = 32.61%
BLUE value IS 133 (52.34% from 255) = 26.28%
R=41.11%
G=32.61%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816513300.210.360.1825.644.3866.86
HexD0A58501524121a2c43
Octal32024520502544223254103
Binary11010000101001011000010101010110010010010110101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A585; }

 p { color: rgb(208,165,133); }

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

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

 a { background-color: rgb(208,165,133); }

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

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

 span { border-color: rgb(208,165,133); }

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