Html Css Color HEX #DD8868 Copper

📋 copy color: '#DD8868'

red 221 ◦ green 136 ◦ blue 104

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

Shades of Copper #DD8868

Tints of Copper #DD8868

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.5%

 BLUE value IS 104 (41.02% from 255) = 22.56%

R = 47.94%
G = 29.5%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD8868 (or 0xDD8868) is known color: Copper. HEX triplet: DD, 88 and 68. RGB value is (221,136,104). Sum of RGB (Red+Green+Blue) = 221+136+104=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8868 is #227797. Grayscale: #9D9D9D. Windows color (decimal): -2258840 or 6850781. OLE color: 6850781.

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

Color convert

RGB 221 136 104 -
CMYK 0 0.38 0.53 0.13
HSL 16.41º 0.63% 0.64% -
HSV(B) 16.41º 0.53% 0.87% -
XYZ 41.12 33.98 17.49 -
YUV 157.77 97.66 173.1 -
System Red Green Blue C M Y K H S L
Decimal 221 136 104 0 0.38 0.53 0.13 16.41 0.63 0.64
Hex DD 88 68 0 26 35 D 10 3F 40
Octal 335 210 150 0 46 65 15 20 77 100
Binary 11011101 10001000 1101000 0 100110 110101 1101 10000 111111 1000000

Color Harmonies of #DD8868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8868

Black with #DD8868

Text Example


Text Example

White with #DD8868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8868; }

 p { color: rgb(221,136,104); }

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

background-color css

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

 a { background-color: rgb(221,136,104); }

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

border-color css

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

 span { border-color: rgb(221,136,104); }

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