Html Css Color HEX #DD946A Copper

📋 copy color: '#DD946A'

red 221 ◦ green 148 ◦ blue 106

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

Shades of Copper #DD946A

Tints of Copper #DD946A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.32%

R = 46.53%
G = 31.16%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD946A (or 0xDD946A) is known color: Copper. HEX triplet: DD, 94 and 6A. RGB value is (221,148,106). Sum of RGB (Red+Green+Blue) = 221+148+106=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD946A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD946A is #226B95. Grayscale: #A5A5A5. Windows color (decimal): -2255766 or 6984925. OLE color: 6984925.

HSL color Cylindrical-coordinate representation of color #DD946A: hue angle of 21.91º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD946A is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 148 106 -
CMYK 0 0.33 0.52 0.13
HSL 21.91º 0.63% 0.64% -
HSV(B) 21.91º 0.52% 0.87% -
XYZ 43.01 37.59 18.62 -
YUV 165.04 94.68 167.92 -
System Red Green Blue C M Y K H S L
Decimal 221 148 106 0 0.33 0.52 0.13 21.91 0.63 0.64
Hex DD 94 6A 0 21 34 D 16 3F 40
Octal 335 224 152 0 41 64 15 26 77 100
Binary 11011101 10010100 1101010 0 100001 110100 1101 10110 111111 1000000

Color Harmonies of #DD946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD946A

Black with #DD946A

Text Example


Text Example

White with #DD946A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD946A; }

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

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

background-color css

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

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

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

border-color css

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

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

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