Html Css Color HEX #D78860 Copper

📋 copy color: '#D78860'

red 215 ◦ green 136 ◦ blue 96

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

Shades of Copper #D78860

Tints of Copper #D78860

RGB

 RED value IS 215 (84.38% from 255) = 48.1%

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

 BLUE value IS 96 (37.89% from 255) = 21.48%

R = 48.1%
G = 30.43%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D78860 (or 0xD78860) is known color: Copper. HEX triplet: D7, 88 and 60. RGB value is (215,136,96). Sum of RGB (Red+Green+Blue) = 215+136+96=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D78860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78860 is #28779F. Grayscale: #9B9B9B. Windows color (decimal): -2652064 or 6326487. OLE color: 6326487.

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

Color convert

RGB 215 136 96 -
CMYK 0 0.37 0.55 0.16
HSL 20.17º 0.6% 0.61% -
HSV(B) 20.17º 0.55% 0.84% -
XYZ 38.94 32.9 15.36 -
YUV 155.06 94.67 170.75 -
System Red Green Blue C M Y K H S L
Decimal 215 136 96 0 0.37 0.55 0.16 20.17 0.6 0.61
Hex D7 88 60 0 25 37 10 14 3C 3D
Octal 327 210 140 0 45 67 20 24 74 75
Binary 11010111 10001000 1100000 0 100101 110111 10000 10100 111100 111101

Color Harmonies of #D78860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78860

Black with #D78860

Text Example


Text Example

White with #D78860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78860; }

 p { color: rgb(215,136,96); }

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

background-color css

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

 a { background-color: rgb(215,136,96); }

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

border-color css

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

 span { border-color: rgb(215,136,96); }

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