Html Css Color HEX #D9946B Copper

📋 copy color: '#D9946B'

red 217 ◦ green 148 ◦ blue 107

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

Shades of Copper #D9946B

Tints of Copper #D9946B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.36%

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

R = 45.97%
G = 31.36%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9946B (or 0xD9946B) is known color: Copper. HEX triplet: D9, 94 and 6B. RGB value is (217,148,107). Sum of RGB (Red+Green+Blue) = 217+148+107=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9946B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9946B is #266B94. Grayscale: #A4A4A4. Windows color (decimal): -2517909 or 7050457. OLE color: 7050457.

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

Color convert

RGB 217 148 107 -
CMYK 0 0.32 0.51 0.15
HSL 22.36º 0.59% 0.64% -
HSV(B) 22.36º 0.51% 0.85% -
XYZ 41.86 36.99 18.84 -
YUV 163.96 95.86 165.83 -
System Red Green Blue C M Y K H S L
Decimal 217 148 107 0 0.32 0.51 0.15 22.36 0.59 0.64
Hex D9 94 6B 0 20 33 F 16 3B 40
Octal 331 224 153 0 40 63 17 26 73 100
Binary 11011001 10010100 1101011 0 100000 110011 1111 10110 111011 1000000

Color Harmonies of #D9946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9946B

Black with #D9946B

Text Example


Text Example

White with #D9946B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9946B; }

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

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

background-color css

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

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

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

border-color css

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

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

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