#D58569

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

Shades of Copper #D58569

Tints of Copper #D58569

Color information

#D58569 (or 0xD58569) is unknown color: approx Copper. HEX triplet: D5, 85 and 69. RGB value is (213,133,105). Sum of RGB (Red+Green+Blue) = 213+133+105=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D58569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58569 is #2A7A96. Grayscale: #999999. Windows color (decimal): -2783895 or 6915541. OLE color: 6915541.

HSL color Cylindrical-coordinate representation of color #D58569: hue angle of 15.56º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D58569 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB213133105-
CMYK00.380.510.16
HSL15.56º56.25%62.35%-
HSV(B)15.56º50.7%83.53%-
XYZ38.3831.9417.51-
YUV153.73100.5170.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.23%
GREEN value IS 133 (52.34% from 255) = 29.49%
BLUE value IS 105 (41.41% from 255) = 23.28%
R=47.23%
G=29.49%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313310500.380.510.1615.5656.2562.35
HexD58569026331010383e
Octal3252051510466320207076
Binary1101010110000101110100101001101100111000010000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58569; }

 p { color: rgb(213,133,105); }

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

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

 a { background-color: rgb(213,133,105); }

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

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

 span { border-color: rgb(213,133,105); }

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