#D2A580

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

Shades of Cameo #D2A580

Tints of Cameo #D2A580

Color information

#D2A580 (or 0xD2A580) is unknown color: approx Cameo. HEX triplet: D2, A5 and 80. RGB value is (210,165,128). Sum of RGB (Red+Green+Blue) = 210+165+128=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A580 is #2D5A7F. Grayscale: #AEAEAE. Windows color (decimal): -2972288 or 8431058. OLE color: 8431058.

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

Color convert

RGB210165128-
CMYK00.210.390.18
HSL27.07º47.67%66.27%-
HSV(B)27.07º39.05%82.35%-
XYZ43.9342.1726.25-
YUV174.24101.91153.51-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.75%
GREEN value IS 165 (64.84% from 255) = 32.80%
BLUE value IS 128 (50.39% from 255) = 25.45%
R=41.75%
G=32.80%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016512800.210.390.1827.0747.6766.27
HexD2A58001527121b3042
Octal32224520002547223360102
Binary11010010101001011000000001010110011110010110111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A580; }

 p { color: rgb(210,165,128); }

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

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

 a { background-color: rgb(210,165,128); }

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

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

 span { border-color: rgb(210,165,128); }

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