Html Css Color HEX #D78864 Copper

📋 copy color: '#D78864'

red 215 ◦ green 136 ◦ blue 100

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

Shades of Copper #D78864

Tints of Copper #D78864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.17%

R = 47.67%
G = 30.16%
B = 22.17%

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

#D78864 (or 0xD78864) is known color: Copper. HEX triplet: D7, 88 and 64. RGB value is (215,136,100). Sum of RGB (Red+Green+Blue) = 215+136+100=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D78864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78864 is #28779B. Grayscale: #9B9B9B. Windows color (decimal): -2652060 or 6588631. OLE color: 6588631.

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

Color convert

RGB 215 136 100 -
CMYK 0 0.37 0.53 0.16
HSL 18.78º 0.59% 0.62% -
HSV(B) 18.78º 0.53% 0.84% -
XYZ 39.13 32.98 16.36 -
YUV 155.52 96.67 170.43 -
System Red Green Blue C M Y K H S L
Decimal 215 136 100 0 0.37 0.53 0.16 18.78 0.59 0.62
Hex D7 88 64 0 25 35 10 13 3B 3E
Octal 327 210 144 0 45 65 20 23 73 76
Binary 11010111 10001000 1100100 0 100101 110101 10000 10011 111011 111110

Color Harmonies of #D78864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78864

Black with #D78864

Text Example


Text Example

White with #D78864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78864; }

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

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

background-color css

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

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

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

border-color css

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

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

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