Html Css Color HEX #DD8259 Copper

📋 copy color: '#DD8259'

red 221 ◦ green 130 ◦ blue 89

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

Shades of Copper #DD8259

Tints of Copper #DD8259

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.55%

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

R = 50.23%
G = 29.55%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD8259 (or 0xDD8259) is known color: Copper. HEX triplet: DD, 82 and 59. RGB value is (221,130,89). Sum of RGB (Red+Green+Blue) = 221+130+89=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 89 (35.16% from 255 or 20.23% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8259 is #227DA6. Grayscale: #989898. Windows color (decimal): -2260391 or 5866205. OLE color: 5866205.

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

Color convert

RGB 221 130 89 -
CMYK 0 0.41 0.60 0.13
HSL 18.64º 0.66% 0.61% -
HSV(B) 18.64º 0.6% 0.87% -
XYZ 39.6 32.06 13.55 -
YUV 152.54 92.15 176.83 -
System Red Green Blue C M Y K H S L
Decimal 221 130 89 0 0.41 0.60 0.13 18.64 0.66 0.61
Hex DD 82 59 0 29 3C D 13 42 3D
Octal 335 202 131 0 51 74 15 23 102 75
Binary 11011101 10000010 1011001 0 101001 111100 1101 10011 1000010 111101

Color Harmonies of #DD8259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8259

Black with #DD8259

Text Example


Text Example

White with #DD8259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8259; }

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

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

background-color css

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

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

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

border-color css

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

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

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