Html Css Color HEX #D78368 Copper

📋 copy color: '#D78368'

red 215 ◦ green 131 ◦ blue 104

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

Shades of Copper #D78368

Tints of Copper #D78368

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.11%

 BLUE value IS 104 (41.02% from 255) = 23.11%

R = 47.78%
G = 29.11%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D78368 (or 0xD78368) is known color: Copper. HEX triplet: D7, 83 and 68. RGB value is (215,131,104). Sum of RGB (Red+Green+Blue) = 215+131+104=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D78368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78368 is #287C97. Grayscale: #999999. Windows color (decimal): -2653336 or 6849495. OLE color: 6849495.

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

Color convert

RGB 215 131 104 -
CMYK 0 0.39 0.52 0.16
HSL 14.59º 0.58% 0.63% -
HSV(B) 14.59º 0.52% 0.84% -
XYZ 38.64 31.68 17.17 -
YUV 153.04 100.33 172.2 -
System Red Green Blue C M Y K H S L
Decimal 215 131 104 0 0.39 0.52 0.16 14.59 0.58 0.63
Hex D7 83 68 0 27 34 10 F 3A 3F
Octal 327 203 150 0 47 64 20 17 72 77
Binary 11010111 10000011 1101000 0 100111 110100 10000 1111 111010 111111

Color Harmonies of #D78368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78368

Black with #D78368

Text Example


Text Example

White with #D78368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78368; }

 p { color: rgb(215,131,104); }

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

background-color css

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

 a { background-color: rgb(215,131,104); }

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

border-color css

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

 span { border-color: rgb(215,131,104); }

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