Html Css Color HEX #D58A65 Copper

📋 copy color: '#D58A65'

red 213 ◦ green 138 ◦ blue 101

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

Shades of Copper #D58A65

Tints of Copper #D58A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.35%

R = 47.12%
G = 30.53%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D58A65 (or 0xD58A65) is known color: Copper. HEX triplet: D5, 8A and 65. RGB value is (213,138,101). Sum of RGB (Red+Green+Blue) = 213+138+101=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58A65 is #2A759A. Grayscale: #9C9C9C. Windows color (decimal): -2782619 or 6654677. OLE color: 6654677.

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

Color convert

RGB 213 138 101 -
CMYK 0 0.35 0.53 0.16
HSL 19.82º 0.57% 0.62% -
HSV(B) 19.82º 0.53% 0.84% -
XYZ 38.88 33.26 16.68 -
YUV 156.21 96.85 168.51 -
System Red Green Blue C M Y K H S L
Decimal 213 138 101 0 0.35 0.53 0.16 19.82 0.57 0.62
Hex D5 8A 65 0 23 35 10 14 39 3E
Octal 325 212 145 0 43 65 20 24 71 76
Binary 11010101 10001010 1100101 0 100011 110101 10000 10100 111001 111110

Color Harmonies of #D58A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58A65

Black with #D58A65

Text Example


Text Example

White with #D58A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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