Html Css Color HEX #D58765 Copper

📋 copy color: '#D58765'

red 213 ◦ green 135 ◦ blue 101

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

Shades of Copper #D58765

Tints of Copper #D58765

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.07%

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

R = 47.44%
G = 30.07%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D58765 (or 0xD58765) is known color: Copper. HEX triplet: D5, 87 and 65. RGB value is (213,135,101). Sum of RGB (Red+Green+Blue) = 213+135+101=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D58765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58765 is #2A789A. Grayscale: #9A9A9A. Windows color (decimal): -2783387 or 6653909. OLE color: 6653909.

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

Color convert

RGB 213 135 101 -
CMYK 0 0.37 0.53 0.16
HSL 18.21º 0.57% 0.62% -
HSV(B) 18.21º 0.53% 0.84% -
XYZ 38.45 32.41 16.54 -
YUV 154.45 97.84 169.76 -
System Red Green Blue C M Y K H S L
Decimal 213 135 101 0 0.37 0.53 0.16 18.21 0.57 0.62
Hex D5 87 65 0 25 35 10 12 39 3E
Octal 325 207 145 0 45 65 20 22 71 76
Binary 11010101 10000111 1100101 0 100101 110101 10000 10010 111001 111110

Color Harmonies of #D58765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58765

Black with #D58765

Text Example


Text Example

White with #D58765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58765; }

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

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

background-color css

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

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

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

border-color css

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

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

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