Html Css Color HEX #DD8759 Copper

📋 copy color: '#DD8759'

red 221 ◦ green 135 ◦ blue 89

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

Shades of Copper #DD8759

Tints of Copper #DD8759

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.34%

 BLUE value IS 89 (35.16% from 255) = 20%

R = 49.66%
G = 30.34%
B = 20%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD8759 (or 0xDD8759) is known color: Copper. HEX triplet: DD, 87 and 59. RGB value is (221,135,89). Sum of RGB (Red+Green+Blue) = 221+135+89=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 89 (35.16% from 255 or 20% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8759 is #2278A6. Grayscale: #9B9B9B. Windows color (decimal): -2259111 or 5867485. OLE color: 5867485.

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

Color convert

RGB 221 135 89 -
CMYK 0 0.39 0.60 0.13
HSL 20.91º 0.66% 0.61% -
HSV(B) 20.91º 0.6% 0.87% -
XYZ 40.29 33.42 13.78 -
YUV 155.47 90.49 174.74 -
System Red Green Blue C M Y K H S L
Decimal 221 135 89 0 0.39 0.60 0.13 20.91 0.66 0.61
Hex DD 87 59 0 27 3C D 15 42 3D
Octal 335 207 131 0 47 74 15 25 102 75
Binary 11011101 10000111 1011001 0 100111 111100 1101 10101 1000010 111101

Color Harmonies of #DD8759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8759

Black with #DD8759

Text Example


Text Example

White with #DD8759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8759; }

 p { color: rgb(221,135,89); }

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

background-color css

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

 a { background-color: rgb(221,135,89); }

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

border-color css

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

 span { border-color: rgb(221,135,89); }

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