Html Css Color HEX #D78960 Copper

📋 copy color: '#D78960'

red 215 ◦ green 137 ◦ blue 96

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

Shades of Copper #D78960

Tints of Copper #D78960

RGB

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

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

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

R = 47.99%
G = 30.58%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D78960 (or 0xD78960) is known color: Copper. HEX triplet: D7, 89 and 60. RGB value is (215,137,96). Sum of RGB (Red+Green+Blue) = 215+137+96=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D78960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78960 is #28769F. Grayscale: #9B9B9B. Windows color (decimal): -2651808 or 6326743. OLE color: 6326743.

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

Color convert

RGB 215 137 96 -
CMYK 0 0.36 0.55 0.16
HSL 20.67º 0.6% 0.61% -
HSV(B) 20.67º 0.55% 0.84% -
XYZ 39.08 33.18 15.41 -
YUV 155.65 94.34 170.33 -
System Red Green Blue C M Y K H S L
Decimal 215 137 96 0 0.36 0.55 0.16 20.67 0.6 0.61
Hex D7 89 60 0 24 37 10 15 3C 3D
Octal 327 211 140 0 44 67 20 25 74 75
Binary 11010111 10001001 1100000 0 100100 110111 10000 10101 111100 111101

Color Harmonies of #D78960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78960

Black with #D78960

Text Example


Text Example

White with #D78960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78960; }

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

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

background-color css

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

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

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

border-color css

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

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

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