Html Css Color HEX #DD9061 Copper

📋 copy color: '#DD9061'

red 221 ◦ green 144 ◦ blue 97

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

Shades of Copper #DD9061

Tints of Copper #DD9061

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.17%

 BLUE value IS 97 (38.28% from 255) = 21%

R = 47.84%
G = 31.17%
B = 21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD9061 (or 0xDD9061) is known color: Copper. HEX triplet: DD, 90 and 61. RGB value is (221,144,97). Sum of RGB (Red+Green+Blue) = 221+144+97=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 97 (38.28% from 255 or 21.00% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9061 is #226F9E. Grayscale: #A1A1A1. Windows color (decimal): -2256799 or 6394077. OLE color: 6394077.

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

Color convert

RGB 221 144 97 -
CMYK 0 0.35 0.56 0.13
HSL 22.74º 0.65% 0.62% -
HSV(B) 22.74º 0.56% 0.87% -
XYZ 41.95 36.18 16.08 -
YUV 161.67 91.51 170.32 -
System Red Green Blue C M Y K H S L
Decimal 221 144 97 0 0.35 0.56 0.13 22.74 0.65 0.62
Hex DD 90 61 0 23 38 D 17 41 3E
Octal 335 220 141 0 43 70 15 27 101 76
Binary 11011101 10010000 1100001 0 100011 111000 1101 10111 1000001 111110

Color Harmonies of #DD9061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9061

Black with #DD9061

Text Example


Text Example

White with #DD9061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9061; }

 p { color: rgb(221,144,97); }

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

background-color css

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

 a { background-color: rgb(221,144,97); }

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

border-color css

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

 span { border-color: rgb(221,144,97); }

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