Html Css Color HEX #D58A6E Copper

📋 copy color: '#D58A6E'

red 213 ◦ green 138 ◦ blue 110

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

Shades of Copper #D58A6E

Tints of Copper #D58A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.86%

R = 46.2%
G = 29.93%
B = 23.86%

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

#D58A6E (or 0xD58A6E) is known color: Copper. HEX triplet: D5, 8A and 6E. RGB value is (213,138,110). Sum of RGB (Red+Green+Blue) = 213+138+110=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58A6E is #2A7591. Grayscale: #9D9D9D. Windows color (decimal): -2782610 or 7244501. OLE color: 7244501.

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

Color convert

RGB 213 138 110 -
CMYK 0 0.35 0.48 0.16
HSL 16.31º 0.55% 0.63% -
HSV(B) 16.31º 0.48% 0.84% -
XYZ 39.34 33.45 19.13 -
YUV 157.23 101.35 167.78 -
System Red Green Blue C M Y K H S L
Decimal 213 138 110 0 0.35 0.48 0.16 16.31 0.55 0.63
Hex D5 8A 6E 0 23 30 10 10 37 3F
Octal 325 212 156 0 43 60 20 20 67 77
Binary 11010101 10001010 1101110 0 100011 110000 10000 10000 110111 111111

Color Harmonies of #D58A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58A6E

Black with #D58A6E

Text Example


Text Example

White with #D58A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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