Html Css Color HEX #D6916C Copper

📋 copy color: '#D6916C'

red 214 ◦ green 145 ◦ blue 108

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

Shades of Copper #D6916C

Tints of Copper #D6916C

RGB

 RED value IS 214 (83.98% from 255) = 45.82%

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

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

R = 45.82%
G = 31.05%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6916C (or 0xD6916C) is known color: Copper. HEX triplet: D6, 91 and 6C. RGB value is (214,145,108). Sum of RGB (Red+Green+Blue) = 214+145+108=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D6916C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6916C is #296E93. Grayscale: #A1A1A1. Windows color (decimal): -2715284 or 7115222. OLE color: 7115222.

HSL color Cylindrical-coordinate representation of color #D6916C: hue angle of 20.94º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6916C is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 145 108 -
CMYK 0 0.32 0.50 0.16
HSL 20.94º 0.56% 0.63% -
HSV(B) 20.94º 0.5% 0.84% -
XYZ 40.56 35.63 18.93 -
YUV 161.41 97.86 165.51 -
System Red Green Blue C M Y K H S L
Decimal 214 145 108 0 0.32 0.50 0.16 20.94 0.56 0.63
Hex D6 91 6C 0 20 32 10 15 38 3F
Octal 326 221 154 0 40 62 20 25 70 77
Binary 11010110 10010001 1101100 0 100000 110010 10000 10101 111000 111111

Color Harmonies of #D6916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6916C

Black with #D6916C

Text Example


Text Example

White with #D6916C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6916C; }

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

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

background-color css

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

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

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

border-color css

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

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

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