Html Css Color HEX #D9916D Copper

📋 copy color: '#D9916D'

red 217 ◦ green 145 ◦ blue 109

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

Shades of Copper #D9916D

Tints of Copper #D9916D

RGB

 RED value IS 217 (85.16% from 255) = 46.07%

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

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

R = 46.07%
G = 30.79%
B = 23.14%

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

#D9916D (or 0xD9916D) is known color: Copper. HEX triplet: D9, 91 and 6D. RGB value is (217,145,109). Sum of RGB (Red+Green+Blue) = 217+145+109=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D9916D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9916D is #266E92. Grayscale: #A2A2A2. Windows color (decimal): -2518675 or 7180761. OLE color: 7180761.

HSL color Cylindrical-coordinate representation of color #D9916D: hue angle of 20º degrees, saturation: 0.59, 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 #D9916D is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 145 109 -
CMYK 0 0.33 0.50 0.15
HSL 20º 0.59% 0.64% -
HSV(B) 20º 0.5% 0.85% -
XYZ 41.5 36.11 19.25 -
YUV 162.42 97.85 166.93 -
System Red Green Blue C M Y K H S L
Decimal 217 145 109 0 0.33 0.50 0.15 20 0.59 0.64
Hex D9 91 6D 0 21 32 F 14 3B 40
Octal 331 221 155 0 41 62 17 24 73 100
Binary 11011001 10010001 1101101 0 100001 110010 1111 10100 111011 1000000

Color Harmonies of #D9916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9916D

Black with #D9916D

Text Example


Text Example

White with #D9916D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9916D; }

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

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

background-color css

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

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

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

border-color css

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

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

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