Html Css Color HEX #DD8867 Copper

📋 copy color: '#DD8867'

red 221 ◦ green 136 ◦ blue 103

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

Shades of Copper #DD8867

Tints of Copper #DD8867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.39%

R = 48.04%
G = 29.57%
B = 22.39%

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

#DD8867 (or 0xDD8867) is known color: Copper. HEX triplet: DD, 88 and 67. RGB value is (221,136,103). Sum of RGB (Red+Green+Blue) = 221+136+103=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 103 (40.62% from 255 or 22.39% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8867 is #227798. Grayscale: #9D9D9D. Windows color (decimal): -2258841 or 6785245. OLE color: 6785245.

HSL color Cylindrical-coordinate representation of color #DD8867: hue angle of 16.78º 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 #DD8867 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 136 103 -
CMYK 0 0.38 0.53 0.13
HSL 16.78º 0.63% 0.64% -
HSV(B) 16.78º 0.53% 0.87% -
XYZ 41.07 33.96 17.22 -
YUV 157.65 97.16 173.18 -
System Red Green Blue C M Y K H S L
Decimal 221 136 103 0 0.38 0.53 0.13 16.78 0.63 0.64
Hex DD 88 67 0 26 35 D 11 3F 40
Octal 335 210 147 0 46 65 15 21 77 100
Binary 11011101 10001000 1100111 0 100110 110101 1101 10001 111111 1000000

Color Harmonies of #DD8867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8867

Black with #DD8867

Text Example


Text Example

White with #DD8867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8867; }

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

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

background-color css

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

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

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

border-color css

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

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

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