Html Css Color HEX #D78465 Copper

📋 copy color: '#D78465'

red 215 ◦ green 132 ◦ blue 101

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

Shades of Copper #D78465

Tints of Copper #D78465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.46%

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

R = 47.99%
G = 29.46%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D78465 (or 0xD78465) is known color: Copper. HEX triplet: D7, 84 and 65. RGB value is (215,132,101). Sum of RGB (Red+Green+Blue) = 215+132+101=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D78465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78465 is #287B9A. Grayscale: #999999. Windows color (decimal): -2653083 or 6653143. OLE color: 6653143.

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

Color convert

RGB 215 132 101 -
CMYK 0 0.39 0.53 0.16
HSL 16.32º 0.59% 0.62% -
HSV(B) 16.32º 0.53% 0.84% -
XYZ 38.62 31.89 16.43 -
YUV 153.28 98.5 172.02 -
System Red Green Blue C M Y K H S L
Decimal 215 132 101 0 0.39 0.53 0.16 16.32 0.59 0.62
Hex D7 84 65 0 27 35 10 10 3B 3E
Octal 327 204 145 0 47 65 20 20 73 76
Binary 11010111 10000100 1100101 0 100111 110101 10000 10000 111011 111110

Color Harmonies of #D78465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78465

Black with #D78465

Text Example


Text Example

White with #D78465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78465; }

 p { color: rgb(215,132,101); }

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

background-color css

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

 a { background-color: rgb(215,132,101); }

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

border-color css

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

 span { border-color: rgb(215,132,101); }

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