Html Css Color HEX #D58865 Copper

📋 copy color: '#D58865'

red 213 ◦ green 136 ◦ blue 101

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

Shades of Copper #D58865

Tints of Copper #D58865

RGB

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

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

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

R = 47.33%
G = 30.22%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D58865 (or 0xD58865) is known color: Copper. HEX triplet: D5, 88 and 65. RGB value is (213,136,101). Sum of RGB (Red+Green+Blue) = 213+136+101=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D58865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58865 is #2A779A. Grayscale: #9B9B9B. Windows color (decimal): -2783131 or 6654165. OLE color: 6654165.

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

Color convert

RGB 213 136 101 -
CMYK 0 0.36 0.53 0.16
HSL 18.75º 0.57% 0.62% -
HSV(B) 18.75º 0.53% 0.84% -
XYZ 38.59 32.69 16.59 -
YUV 155.03 97.51 169.35 -
System Red Green Blue C M Y K H S L
Decimal 213 136 101 0 0.36 0.53 0.16 18.75 0.57 0.62
Hex D5 88 65 0 24 35 10 13 39 3E
Octal 325 210 145 0 44 65 20 23 71 76
Binary 11010101 10001000 1100101 0 100100 110101 10000 10011 111001 111110

Color Harmonies of #D58865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58865

Black with #D58865

Text Example


Text Example

White with #D58865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58865; }

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

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

background-color css

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

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

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

border-color css

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

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

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