Html Css Color HEX #D58970 Copper

📋 copy color: '#D58970'

red 213 ◦ green 137 ◦ blue 112

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

Shades of Copper #D58970

Tints of Copper #D58970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.65%

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

R = 46.1%
G = 29.65%
B = 24.24%

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

#D58970 (or 0xD58970) is known color: Copper. HEX triplet: D5, 89 and 70. RGB value is (213,137,112). Sum of RGB (Red+Green+Blue) = 213+137+112=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D58970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58970 is #2A768F. Grayscale: #9D9D9D. Windows color (decimal): -2782864 or 7375317. OLE color: 7375317.

HSL color Cylindrical-coordinate representation of color #D58970: hue angle of 14.85º 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 #D58970 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 137 112 -
CMYK 0 0.36 0.47 0.16
HSL 14.85º 0.55% 0.64% -
HSV(B) 14.85º 0.47% 0.84% -
XYZ 39.31 33.21 19.67 -
YUV 156.87 102.68 168.03 -
System Red Green Blue C M Y K H S L
Decimal 213 137 112 0 0.36 0.47 0.16 14.85 0.55 0.64
Hex D5 89 70 0 24 2F 10 F 37 40
Octal 325 211 160 0 44 57 20 17 67 100
Binary 11010101 10001001 1110000 0 100100 101111 10000 1111 110111 1000000

Color Harmonies of #D58970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58970

Black with #D58970

Text Example


Text Example

White with #D58970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58970; }

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

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

background-color css

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

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

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

border-color css

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

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

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