Html Css Color HEX #D9916E Copper

📋 copy color: '#D9916E'

red 217 ◦ green 145 ◦ blue 110

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

Shades of Copper #D9916E

Tints of Copper #D9916E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.31%

R = 45.97%
G = 30.72%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9916E (or 0xD9916E) is known color: Copper. HEX triplet: D9, 91 and 6E. RGB value is (217,145,110). Sum of RGB (Red+Green+Blue) = 217+145+110=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9916E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9916E is #266E91. Grayscale: #A2A2A2. Windows color (decimal): -2518674 or 7246297. OLE color: 7246297.

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

Color convert

RGB 217 145 110 -
CMYK 0 0.33 0.49 0.15
HSL 19.63º 0.58% 0.64% -
HSV(B) 19.63º 0.49% 0.85% -
XYZ 41.56 36.13 19.54 -
YUV 162.54 98.35 166.85 -
System Red Green Blue C M Y K H S L
Decimal 217 145 110 0 0.33 0.49 0.15 19.63 0.58 0.64
Hex D9 91 6E 0 21 31 F 14 3A 40
Octal 331 221 156 0 41 61 17 24 72 100
Binary 11011001 10010001 1101110 0 100001 110001 1111 10100 111010 1000000

Color Harmonies of #D9916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9916E

Black with #D9916E

Text Example


Text Example

White with #D9916E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9916E; }

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

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

background-color css

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

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

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

border-color css

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

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

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