Html Css Color HEX #DD8456 Copper

📋 copy color: '#DD8456'

red 221 ◦ green 132 ◦ blue 86

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

Shades of Copper #DD8456

Tints of Copper #DD8456

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.07%

 BLUE value IS 86 (33.98% from 255) = 19.59%

R = 50.34%
G = 30.07%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD8456 (or 0xDD8456) is known color: Copper. HEX triplet: DD, 84 and 56. RGB value is (221,132,86). Sum of RGB (Red+Green+Blue) = 221+132+86=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 86 (33.98% from 255 or 19.59% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8456 is #227BA9. Grayscale: #999999. Windows color (decimal): -2259882 or 5670109. OLE color: 5670109.

HSL color Cylindrical-coordinate representation of color #DD8456: hue angle of 20.44º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD8456 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 132 86 -
CMYK 0 0.40 0.61 0.13
HSL 20.44º 0.67% 0.6% -
HSV(B) 20.44º 0.61% 0.87% -
XYZ 39.75 32.55 12.99 -
YUV 153.37 89.99 176.24 -
System Red Green Blue C M Y K H S L
Decimal 221 132 86 0 0.40 0.61 0.13 20.44 0.67 0.6
Hex DD 84 56 0 28 3D D 14 43 3C
Octal 335 204 126 0 50 75 15 24 103 74
Binary 11011101 10000100 1010110 0 101000 111101 1101 10100 1000011 111100

Color Harmonies of #DD8456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8456

Black with #DD8456

Text Example


Text Example

White with #DD8456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8456; }

 p { color: rgb(221,132,86); }

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

background-color css

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

 a { background-color: rgb(221,132,86); }

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

border-color css

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

 span { border-color: rgb(221,132,86); }

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