Html Css Color HEX #DD825F Copper

📋 copy color: '#DD825F'

red 221 ◦ green 130 ◦ blue 95

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

Shades of Copper #DD825F

Tints of Copper #DD825F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.3%

R = 49.55%
G = 29.15%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD825F (or 0xDD825F) is known color: Copper. HEX triplet: DD, 82 and 5F. RGB value is (221,130,95). Sum of RGB (Red+Green+Blue) = 221+130+95=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD825F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD825F is #227DA0. Grayscale: #999999. Windows color (decimal): -2260385 or 6259421. OLE color: 6259421.

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

Color convert

RGB 221 130 95 -
CMYK 0 0.41 0.57 0.13
HSL 16.67º 0.65% 0.62% -
HSV(B) 16.67º 0.57% 0.87% -
XYZ 39.87 32.16 14.93 -
YUV 153.22 95.15 176.35 -
System Red Green Blue C M Y K H S L
Decimal 221 130 95 0 0.41 0.57 0.13 16.67 0.65 0.62
Hex DD 82 5F 0 29 39 D 11 41 3E
Octal 335 202 137 0 51 71 15 21 101 76
Binary 11011101 10000010 1011111 0 101001 111001 1101 10001 1000001 111110

Color Harmonies of #DD825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD825F

Black with #DD825F

Text Example


Text Example

White with #DD825F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD825F; }

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

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

background-color css

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

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

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

border-color css

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

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

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