Html Css Color HEX #D78369 Copper

📋 copy color: '#D78369'

red 215 ◦ green 131 ◦ blue 105

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

Shades of Copper #D78369

Tints of Copper #D78369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.28%

R = 47.67%
G = 29.05%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D78369 (or 0xD78369) is known color: Copper. HEX triplet: D7, 83 and 69. RGB value is (215,131,105). Sum of RGB (Red+Green+Blue) = 215+131+105=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D78369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78369 is #287C96. Grayscale: #999999. Windows color (decimal): -2653335 or 6915031. OLE color: 6915031.

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

Color convert

RGB 215 131 105 -
CMYK 0 0.39 0.51 0.16
HSL 14.18º 0.58% 0.63% -
HSV(B) 14.18º 0.51% 0.84% -
XYZ 38.69 31.7 17.44 -
YUV 153.15 100.83 172.11 -
System Red Green Blue C M Y K H S L
Decimal 215 131 105 0 0.39 0.51 0.16 14.18 0.58 0.63
Hex D7 83 69 0 27 33 10 E 3A 3F
Octal 327 203 151 0 47 63 20 16 72 77
Binary 11010111 10000011 1101001 0 100111 110011 10000 1110 111010 111111

Color Harmonies of #D78369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78369

Black with #D78369

Text Example


Text Example

White with #D78369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78369; }

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

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

background-color css

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

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

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

border-color css

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

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

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