Html Css Color HEX #D8916D Copper

📋 copy color: '#D8916D'

red 216 ◦ green 145 ◦ blue 109

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

Shades of Copper #D8916D

Tints of Copper #D8916D

RGB

 RED value IS 216 (84.77% from 255) = 45.96%

 GREEN value IS 145 (57.03% from 255) = 30.85%

 BLUE value IS 109 (42.97% from 255) = 23.19%

R = 45.96%
G = 30.85%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8916D (or 0xD8916D) is known color: Copper. HEX triplet: D8, 91 and 6D. RGB value is (216,145,109). Sum of RGB (Red+Green+Blue) = 216+145+109=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D8916D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8916D is #276E92. Grayscale: #A2A2A2. Windows color (decimal): -2584211 or 7180760. OLE color: 7180760.

HSL color Cylindrical-coordinate representation of color #D8916D: hue angle of 20.19º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8916D is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 145 109 -
CMYK 0 0.33 0.50 0.15
HSL 20.19º 0.58% 0.64% -
HSV(B) 20.19º 0.5% 0.85% -
XYZ 41.2 35.95 19.24 -
YUV 162.13 98.02 166.43 -
System Red Green Blue C M Y K H S L
Decimal 216 145 109 0 0.33 0.50 0.15 20.19 0.58 0.64
Hex D8 91 6D 0 21 32 F 14 3A 40
Octal 330 221 155 0 41 62 17 24 72 100
Binary 11011000 10010001 1101101 0 100001 110010 1111 10100 111010 1000000

Color Harmonies of #D8916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8916D

Black with #D8916D

Text Example


Text Example

White with #D8916D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8916D; }

 p { color: rgb(216,145,109); }

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

background-color css

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

 a { background-color: rgb(216,145,109); }

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

border-color css

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

 span { border-color: rgb(216,145,109); }

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