Html Css Color HEX #DD976C Copper

📋 copy color: '#DD976C'

red 221 ◦ green 151 ◦ blue 108

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

Shades of Copper #DD976C

Tints of Copper #DD976C

RGB

 RED value IS 221 (86.72% from 255) = 46.04%

 GREEN value IS 151 (59.38% from 255) = 31.46%

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

R = 46.04%
G = 31.46%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD976C (or 0xDD976C) is known color: Copper. HEX triplet: DD, 97 and 6C. RGB value is (221,151,108). Sum of RGB (Red+Green+Blue) = 221+151+108=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD976C is #226893. Grayscale: #A7A7A7. Windows color (decimal): -2254996 or 7116765. OLE color: 7116765.

HSL color Cylindrical-coordinate representation of color #DD976C: hue angle of 22.83º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD976C is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 151 108 -
CMYK 0 0.32 0.51 0.13
HSL 22.83º 0.62% 0.65% -
HSV(B) 22.83º 0.51% 0.87% -
XYZ 43.59 38.59 19.34 -
YUV 167.03 94.69 166.5 -
System Red Green Blue C M Y K H S L
Decimal 221 151 108 0 0.32 0.51 0.13 22.83 0.62 0.65
Hex DD 97 6C 0 20 33 D 17 3E 41
Octal 335 227 154 0 40 63 15 27 76 101
Binary 11011101 10010111 1101100 0 100000 110011 1101 10111 111110 1000001

Color Harmonies of #DD976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD976C

Black with #DD976C

Text Example


Text Example

White with #DD976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD976C; }

 p { color: rgb(221,151,108); }

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

background-color css

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

 a { background-color: rgb(221,151,108); }

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

border-color css

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

 span { border-color: rgb(221,151,108); }

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