Html Css Color HEX #DD946E Copper

📋 copy color: '#DD946E'

red 221 ◦ green 148 ◦ blue 110

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

Shades of Copper #DD946E

Tints of Copper #DD946E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.96%

R = 46.14%
G = 30.9%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD946E (or 0xDD946E) is known color: Copper. HEX triplet: DD, 94 and 6E. RGB value is (221,148,110). Sum of RGB (Red+Green+Blue) = 221+148+110=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD946E is #226B91. Grayscale: #A5A5A5. Windows color (decimal): -2255762 or 7247069. OLE color: 7247069.

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

Color convert

RGB 221 148 110 -
CMYK 0 0.33 0.50 0.13
HSL 20.54º 0.62% 0.65% -
HSV(B) 20.54º 0.5% 0.87% -
XYZ 43.22 37.68 19.75 -
YUV 165.5 96.68 167.59 -
System Red Green Blue C M Y K H S L
Decimal 221 148 110 0 0.33 0.50 0.13 20.54 0.62 0.65
Hex DD 94 6E 0 21 32 D 15 3E 41
Octal 335 224 156 0 41 62 15 25 76 101
Binary 11011101 10010100 1101110 0 100001 110010 1101 10101 111110 1000001

Color Harmonies of #DD946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD946E

Black with #DD946E

Text Example


Text Example

White with #DD946E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD946E; }

 p { color: rgb(221,148,110); }

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

background-color css

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

 a { background-color: rgb(221,148,110); }

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

border-color css

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

 span { border-color: rgb(221,148,110); }

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