Html Css Color HEX #D58870 Copper

📋 copy color: '#D58870'

red 213 ◦ green 136 ◦ blue 112

#D58870
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Copper #D58870

Tints of Copper #D58870

RGB

 RED value IS 213 (83.59% from 255) = 46.2%

 GREEN value IS 136 (53.52% from 255) = 29.5%

 BLUE value IS 112 (44.14% from 255) = 24.3%

R = 46.2%
G = 29.5%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D58870 (or 0xD58870) is known color: Copper. HEX triplet: D5, 88 and 70. RGB value is (213,136,112). Sum of RGB (Red+Green+Blue) = 213+136+112=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D58870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58870 is #2A778F. Grayscale: #9C9C9C. Windows color (decimal): -2783120 or 7375061. OLE color: 7375061.

HSL color Cylindrical-coordinate representation of color #D58870: hue angle of 14.26º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D58870 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 136 112 -
CMYK 0 0.36 0.47 0.16
HSL 14.26º 0.55% 0.64% -
HSV(B) 14.26º 0.47% 0.84% -
XYZ 39.17 32.92 19.62 -
YUV 156.29 103.01 168.45 -
System Red Green Blue C M Y K H S L
Decimal 213 136 112 0 0.36 0.47 0.16 14.26 0.55 0.64
Hex D5 88 70 0 24 2F 10 E 37 40
Octal 325 210 160 0 44 57 20 16 67 100
Binary 11010101 10001000 1110000 0 100100 101111 10000 1110 110111 1000000

Color Harmonies of #D58870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58870

Black with #D58870

Text Example


Text Example

White with #D58870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58870; }

 p { color: rgb(213,136,112); }

 H1.HeaderClassName
 {
   color: #D58870;
 }
 .AnyTagClassName
 {
   color: #D58870;
 }
</style>

background-color css

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

 a { background-color: rgb(213,136,112); }

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

border-color css

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

 span { border-color: rgb(213,136,112); }

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