Html Css Color HEX #D9916C Copper

📋 copy color: '#D9916C'

red 217 ◦ green 145 ◦ blue 108

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

Shades of Copper #D9916C

Tints of Copper #D9916C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.98%

R = 46.17%
G = 30.85%
B = 22.98%

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

#D9916C (or 0xD9916C) is known color: Copper. HEX triplet: D9, 91 and 6C. RGB value is (217,145,108). Sum of RGB (Red+Green+Blue) = 217+145+108=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D9916C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9916C is #266E93. Grayscale: #A2A2A2. Windows color (decimal): -2518676 or 7115225. OLE color: 7115225.

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

Color convert

RGB 217 145 108 -
CMYK 0 0.33 0.50 0.15
HSL 20.37º 0.59% 0.64% -
HSV(B) 20.37º 0.5% 0.85% -
XYZ 41.45 36.09 18.97 -
YUV 162.31 97.35 167.01 -
System Red Green Blue C M Y K H S L
Decimal 217 145 108 0 0.33 0.50 0.15 20.37 0.59 0.64
Hex D9 91 6C 0 21 32 F 14 3B 40
Octal 331 221 154 0 41 62 17 24 73 100
Binary 11011001 10010001 1101100 0 100001 110010 1111 10100 111011 1000000

Color Harmonies of #D9916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9916C

Black with #D9916C

Text Example


Text Example

White with #D9916C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9916C; }

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

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

background-color css

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

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

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

border-color css

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

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

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