Html Css Color HEX #D7916D Copper

📋 copy color: '#D7916D'

red 215 ◦ green 145 ◦ blue 109

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

Shades of Copper #D7916D

Tints of Copper #D7916D

RGB

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

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

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

R = 45.84%
G = 30.92%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7916D (or 0xD7916D) is known color: Copper. HEX triplet: D7, 91 and 6D. RGB value is (215,145,109). Sum of RGB (Red+Green+Blue) = 215+145+109=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D7916D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7916D is #286E92. Grayscale: #A2A2A2. Windows color (decimal): -2649747 or 7180759. OLE color: 7180759.

HSL color Cylindrical-coordinate representation of color #D7916D: hue angle of 20.38º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D7916D is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 145 109 -
CMYK 0 0.33 0.49 0.16
HSL 20.38º 0.57% 0.64% -
HSV(B) 20.38º 0.49% 0.84% -
XYZ 40.91 35.8 19.22 -
YUV 161.83 98.19 165.93 -
System Red Green Blue C M Y K H S L
Decimal 215 145 109 0 0.33 0.49 0.16 20.38 0.57 0.64
Hex D7 91 6D 0 21 31 10 14 39 40
Octal 327 221 155 0 41 61 20 24 71 100
Binary 11010111 10010001 1101101 0 100001 110001 10000 10100 111001 1000000

Color Harmonies of #D7916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7916D

Black with #D7916D

Text Example


Text Example

White with #D7916D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7916D; }

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

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

background-color css

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

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

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

border-color css

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

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

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