Html Css Color HEX #D9916B Copper

📋 copy color: '#D9916B'

red 217 ◦ green 145 ◦ blue 107

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

Shades of Copper #D9916B

Tints of Copper #D9916B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.81%

R = 46.27%
G = 30.92%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9916B (or 0xD9916B) is known color: Copper. HEX triplet: D9, 91 and 6B. RGB value is (217,145,107). Sum of RGB (Red+Green+Blue) = 217+145+107=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D9916B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9916B is #266E94. Grayscale: #A2A2A2. Windows color (decimal): -2518677 or 7049689. OLE color: 7049689.

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

Color convert

RGB 217 145 107 -
CMYK 0 0.33 0.51 0.15
HSL 20.73º 0.59% 0.64% -
HSV(B) 20.73º 0.51% 0.85% -
XYZ 41.39 36.06 18.69 -
YUV 162.2 96.85 167.09 -
System Red Green Blue C M Y K H S L
Decimal 217 145 107 0 0.33 0.51 0.15 20.73 0.59 0.64
Hex D9 91 6B 0 21 33 F 15 3B 40
Octal 331 221 153 0 41 63 17 25 73 100
Binary 11011001 10010001 1101011 0 100001 110011 1111 10101 111011 1000000

Color Harmonies of #D9916B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9916B

Black with #D9916B

Text Example


Text Example

White with #D9916B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9916B; }

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

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

background-color css

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

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

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

border-color css

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

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

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