Html Css Color HEX #DD8458 Copper

📋 copy color: '#DD8458'

red 221 ◦ green 132 ◦ blue 88

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

Shades of Copper #DD8458

Tints of Copper #DD8458

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.93%

 BLUE value IS 88 (34.77% from 255) = 19.95%

R = 50.11%
G = 29.93%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD8458 (or 0xDD8458) is known color: Copper. HEX triplet: DD, 84 and 58. RGB value is (221,132,88). Sum of RGB (Red+Green+Blue) = 221+132+88=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 88 (34.77% from 255 or 19.95% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8458 is #227BA7. Grayscale: #999999. Windows color (decimal): -2259880 or 5801181. OLE color: 5801181.

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

Color convert

RGB 221 132 88 -
CMYK 0 0.40 0.60 0.13
HSL 19.85º 0.66% 0.61% -
HSV(B) 19.85º 0.6% 0.87% -
XYZ 39.83 32.58 13.42 -
YUV 153.6 90.99 176.08 -
System Red Green Blue C M Y K H S L
Decimal 221 132 88 0 0.40 0.60 0.13 19.85 0.66 0.61
Hex DD 84 58 0 28 3C D 14 42 3D
Octal 335 204 130 0 50 74 15 24 102 75
Binary 11011101 10000100 1011000 0 101000 111100 1101 10100 1000010 111101

Color Harmonies of #DD8458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8458

Black with #DD8458

Text Example


Text Example

White with #DD8458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8458; }

 p { color: rgb(221,132,88); }

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

background-color css

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

 a { background-color: rgb(221,132,88); }

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

border-color css

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

 span { border-color: rgb(221,132,88); }

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