Html Css Color HEX #DD825D Copper

📋 copy color: '#DD825D'

red 221 ◦ green 130 ◦ blue 93

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

Shades of Copper #DD825D

Tints of Copper #DD825D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.95%

R = 49.77%
G = 29.28%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD825D (or 0xDD825D) is known color: Copper. HEX triplet: DD, 82 and 5D. RGB value is (221,130,93). Sum of RGB (Red+Green+Blue) = 221+130+93=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD825D is #227DA2. Grayscale: #999999. Windows color (decimal): -2260387 or 6128349. OLE color: 6128349.

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

Color convert

RGB 221 130 93 -
CMYK 0 0.41 0.58 0.13
HSL 17.34º 0.65% 0.62% -
HSV(B) 17.34º 0.58% 0.87% -
XYZ 39.78 32.13 14.46 -
YUV 152.99 94.15 176.51 -
System Red Green Blue C M Y K H S L
Decimal 221 130 93 0 0.41 0.58 0.13 17.34 0.65 0.62
Hex DD 82 5D 0 29 3A D 11 41 3E
Octal 335 202 135 0 51 72 15 21 101 76
Binary 11011101 10000010 1011101 0 101001 111010 1101 10001 1000001 111110

Color Harmonies of #DD825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD825D

Black with #DD825D

Text Example


Text Example

White with #DD825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD825D; }

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

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

background-color css

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

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

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

border-color css

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

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

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