Html Css Color HEX #DD8C60 Copper

📋 copy color: '#DD8C60'

red 221 ◦ green 140 ◦ blue 96

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

Shades of Copper #DD8C60

Tints of Copper #DD8C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.01%

R = 48.36%
G = 30.63%
B = 21.01%

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

#DD8C60 (or 0xDD8C60) is known color: Copper. HEX triplet: DD, 8C and 60. RGB value is (221,140,96). Sum of RGB (Red+Green+Blue) = 221+140+96=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8C60 is #22739F. Grayscale: #9F9F9F. Windows color (decimal): -2257824 or 6327517. OLE color: 6327517.

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

Color convert

RGB 221 140 96 -
CMYK 0 0.37 0.57 0.13
HSL 21.12º 0.65% 0.62% -
HSV(B) 21.12º 0.57% 0.87% -
XYZ 41.31 34.97 15.64 -
YUV 159.2 92.34 172.08 -
System Red Green Blue C M Y K H S L
Decimal 221 140 96 0 0.37 0.57 0.13 21.12 0.65 0.62
Hex DD 8C 60 0 25 39 D 15 41 3E
Octal 335 214 140 0 45 71 15 25 101 76
Binary 11011101 10001100 1100000 0 100101 111001 1101 10101 1000001 111110

Color Harmonies of #DD8C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8C60

Black with #DD8C60

Text Example


Text Example

White with #DD8C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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