Html Css Color HEX #DD9062 Copper

📋 copy color: '#DD9062'

red 221 ◦ green 144 ◦ blue 98

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

Shades of Copper #DD9062

Tints of Copper #DD9062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.17%

R = 47.73%
G = 31.1%
B = 21.17%

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

#DD9062 (or 0xDD9062) is known color: Copper. HEX triplet: DD, 90 and 62. RGB value is (221,144,98). Sum of RGB (Red+Green+Blue) = 221+144+98=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9062 is #226F9D. Grayscale: #A2A2A2. Windows color (decimal): -2256798 or 6459613. OLE color: 6459613.

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

Color convert

RGB 221 144 98 -
CMYK 0 0.35 0.56 0.13
HSL 22.44º 0.64% 0.63% -
HSV(B) 22.44º 0.56% 0.87% -
XYZ 42 36.2 16.33 -
YUV 161.78 92.01 170.24 -
System Red Green Blue C M Y K H S L
Decimal 221 144 98 0 0.35 0.56 0.13 22.44 0.64 0.63
Hex DD 90 62 0 23 38 D 16 40 3F
Octal 335 220 142 0 43 70 15 26 100 77
Binary 11011101 10010000 1100010 0 100011 111000 1101 10110 1000000 111111

Color Harmonies of #DD9062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9062

Black with #DD9062

Text Example


Text Example

White with #DD9062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9062; }

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

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

background-color css

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

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

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

border-color css

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

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

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