Html Css Color HEX #DD8066 Copper

📋 copy color: '#DD8066'

red 221 ◦ green 128 ◦ blue 102

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

Shades of Copper #DD8066

Tints of Copper #DD8066

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.38%

 BLUE value IS 102 (40.23% from 255) = 22.62%

R = 49%
G = 28.38%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD8066 (or 0xDD8066) is known color: Copper. HEX triplet: DD, 80 and 66. RGB value is (221,128,102). Sum of RGB (Red+Green+Blue) = 221+128+102=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8066 is #227F99. Grayscale: #999999. Windows color (decimal): -2260890 or 6717661. OLE color: 6717661.

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

Color convert

RGB 221 128 102 -
CMYK 0 0.42 0.54 0.13
HSL 13.11º 0.64% 0.63% -
HSV(B) 13.11º 0.54% 0.87% -
XYZ 39.94 31.77 16.6 -
YUV 152.84 99.31 176.61 -
System Red Green Blue C M Y K H S L
Decimal 221 128 102 0 0.42 0.54 0.13 13.11 0.64 0.63
Hex DD 80 66 0 2A 36 D D 40 3F
Octal 335 200 146 0 52 66 15 15 100 77
Binary 11011101 10000000 1100110 0 101010 110110 1101 1101 1000000 111111

Color Harmonies of #DD8066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8066

Black with #DD8066

Text Example


Text Example

White with #DD8066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8066; }

 p { color: rgb(221,128,102); }

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

background-color css

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

 a { background-color: rgb(221,128,102); }

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

border-color css

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

 span { border-color: rgb(221,128,102); }

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