Html Css Color HEX #DD8C5E Copper

📋 copy color: '#DD8C5E'

red 221 ◦ green 140 ◦ blue 94

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

Shades of Copper #DD8C5E

Tints of Copper #DD8C5E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.77%

 BLUE value IS 94 (37.11% from 255) = 20.66%

R = 48.57%
G = 30.77%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD8C5E (or 0xDD8C5E) is known color: Copper. HEX triplet: DD, 8C and 5E. RGB value is (221,140,94). Sum of RGB (Red+Green+Blue) = 221+140+94=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8C5E is #2273A1. Grayscale: #9F9F9F. Windows color (decimal): -2257826 or 6196445. OLE color: 6196445.

HSL color Cylindrical-coordinate representation of color #DD8C5E: hue angle of 21.73º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD8C5E is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 140 94 -
CMYK 0 0.37 0.57 0.13
HSL 21.73º 0.65% 0.62% -
HSV(B) 21.73º 0.57% 0.87% -
XYZ 41.22 34.94 15.16 -
YUV 158.98 91.34 172.24 -
System Red Green Blue C M Y K H S L
Decimal 221 140 94 0 0.37 0.57 0.13 21.73 0.65 0.62
Hex DD 8C 5E 0 25 39 D 16 41 3E
Octal 335 214 136 0 45 71 15 26 101 76
Binary 11011101 10001100 1011110 0 100101 111001 1101 10110 1000001 111110

Color Harmonies of #DD8C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8C5E

Black with #DD8C5E

Text Example


Text Example

White with #DD8C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8C5E; }

 p { color: rgb(221,140,94); }

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

background-color css

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

 a { background-color: rgb(221,140,94); }

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

border-color css

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

 span { border-color: rgb(221,140,94); }

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