Html Css Color HEX #DD825B Copper

📋 copy color: '#DD825B'

red 221 ◦ green 130 ◦ blue 91

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

Shades of Copper #DD825B

Tints of Copper #DD825B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.59%

R = 50%
G = 29.41%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD825B (or 0xDD825B) is known color: Copper. HEX triplet: DD, 82 and 5B. RGB value is (221,130,91). Sum of RGB (Red+Green+Blue) = 221+130+91=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD825B is #227DA4. Grayscale: #999999. Windows color (decimal): -2260389 or 5997277. OLE color: 5997277.

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

Color convert

RGB 221 130 91 -
CMYK 0 0.41 0.59 0.13
HSL 18º 0.66% 0.61% -
HSV(B) 18º 0.59% 0.87% -
XYZ 39.69 32.09 14 -
YUV 152.76 93.15 176.67 -
System Red Green Blue C M Y K H S L
Decimal 221 130 91 0 0.41 0.59 0.13 18 0.66 0.61
Hex DD 82 5B 0 29 3B D 12 42 3D
Octal 335 202 133 0 51 73 15 22 102 75
Binary 11011101 10000010 1011011 0 101001 111011 1101 10010 1000010 111101

Color Harmonies of #DD825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD825B

Black with #DD825B

Text Example


Text Example

White with #DD825B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD825B; }

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

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

background-color css

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

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

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

border-color css

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

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

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