Html Css Color HEX #D58A6F Copper

📋 copy color: '#D58A6F'

red 213 ◦ green 138 ◦ blue 111

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

Shades of Copper #D58A6F

Tints of Copper #D58A6F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.87%

 BLUE value IS 111 (43.75% from 255) = 24.03%

R = 46.1%
G = 29.87%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D58A6F (or 0xD58A6F) is known color: Copper. HEX triplet: D5, 8A and 6F. RGB value is (213,138,111). Sum of RGB (Red+Green+Blue) = 213+138+111=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58A6F is #2A7590. Grayscale: #9D9D9D. Windows color (decimal): -2782609 or 7310037. OLE color: 7310037.

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

Color convert

RGB 213 138 111 -
CMYK 0 0.35 0.48 0.16
HSL 15.88º 0.55% 0.64% -
HSV(B) 15.88º 0.48% 0.84% -
XYZ 39.4 33.47 19.42 -
YUV 157.35 101.85 167.7 -
System Red Green Blue C M Y K H S L
Decimal 213 138 111 0 0.35 0.48 0.16 15.88 0.55 0.64
Hex D5 8A 6F 0 23 30 10 10 37 40
Octal 325 212 157 0 43 60 20 20 67 100
Binary 11010101 10001010 1101111 0 100011 110000 10000 10000 110111 1000000

Color Harmonies of #D58A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58A6F

Black with #D58A6F

Text Example


Text Example

White with #D58A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58A6F; }

 p { color: rgb(213,138,111); }

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

background-color css

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

 a { background-color: rgb(213,138,111); }

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

border-color css

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

 span { border-color: rgb(213,138,111); }

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