Html Css Color HEX #DD946F Copper

📋 copy color: '#DD946F'

red 221 ◦ green 148 ◦ blue 111

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

Shades of Copper #DD946F

Tints of Copper #DD946F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.13%

R = 46.04%
G = 30.83%
B = 23.13%

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

#DD946F (or 0xDD946F) is known color: Copper. HEX triplet: DD, 94 and 6F. RGB value is (221,148,111). Sum of RGB (Red+Green+Blue) = 221+148+111=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 111 (43.75% from 255 or 23.12% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD946F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD946F is #226B90. Grayscale: #A5A5A5. Windows color (decimal): -2255761 or 7312605. OLE color: 7312605.

HSL color Cylindrical-coordinate representation of color #DD946F: hue angle of 20.18º 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 #DD946F is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 148 111 -
CMYK 0 0.33 0.50 0.13
HSL 20.18º 0.62% 0.65% -
HSV(B) 20.18º 0.5% 0.87% -
XYZ 43.28 37.7 20.03 -
YUV 165.61 97.18 167.51 -
System Red Green Blue C M Y K H S L
Decimal 221 148 111 0 0.33 0.50 0.13 20.18 0.62 0.65
Hex DD 94 6F 0 21 32 D 14 3E 41
Octal 335 224 157 0 41 62 15 24 76 101
Binary 11011101 10010100 1101111 0 100001 110010 1101 10100 111110 1000001

Color Harmonies of #DD946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD946F

Black with #DD946F

Text Example


Text Example

White with #DD946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD946F; }

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

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

background-color css

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

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

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

border-color css

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

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

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