Html Css Color HEX #D58961 Copper

📋 copy color: '#D58961'

red 213 ◦ green 137 ◦ blue 97

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

Shades of Copper #D58961

Tints of Copper #D58961

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.65%

 BLUE value IS 97 (38.28% from 255) = 21.7%

R = 47.65%
G = 30.65%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D58961 (or 0xD58961) is known color: Copper. HEX triplet: D5, 89 and 61. RGB value is (213,137,97). Sum of RGB (Red+Green+Blue) = 213+137+97=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D58961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58961 is #2A769E. Grayscale: #9B9B9B. Windows color (decimal): -2782879 or 6392277. OLE color: 6392277.

HSL color Cylindrical-coordinate representation of color #D58961: hue angle of 20.69º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D58961 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 137 97 -
CMYK 0 0.36 0.54 0.16
HSL 20.69º 0.58% 0.61% -
HSV(B) 20.69º 0.54% 0.84% -
XYZ 38.54 32.9 15.63 -
YUV 155.16 95.18 169.25 -
System Red Green Blue C M Y K H S L
Decimal 213 137 97 0 0.36 0.54 0.16 20.69 0.58 0.61
Hex D5 89 61 0 24 36 10 15 3A 3D
Octal 325 211 141 0 44 66 20 25 72 75
Binary 11010101 10001001 1100001 0 100100 110110 10000 10101 111010 111101

Color Harmonies of #D58961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58961

Black with #D58961

Text Example


Text Example

White with #D58961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58961; }

 p { color: rgb(213,137,97); }

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

background-color css

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

 a { background-color: rgb(213,137,97); }

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

border-color css

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

 span { border-color: rgb(213,137,97); }

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