Html Css Color HEX #DD8D72 Copper

📋 copy color: '#DD8D72'

red 221 ◦ green 141 ◦ blue 114

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

Shades of Copper #DD8D72

Tints of Copper #DD8D72

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.62%

 BLUE value IS 114 (44.92% from 255) = 23.95%

R = 46.43%
G = 29.62%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD8D72 (or 0xDD8D72) is known color: Copper. HEX triplet: DD, 8D and 72. RGB value is (221,141,114). Sum of RGB (Red+Green+Blue) = 221+141+114=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8D72 is #22728D. Grayscale: #A2A2A2. Windows color (decimal): -2257550 or 7507421. OLE color: 7507421.

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

Color convert

RGB 221 141 114 -
CMYK 0 0.36 0.48 0.13
HSL 15.14º 0.61% 0.66% -
HSV(B) 15.14º 0.48% 0.87% -
XYZ 42.38 35.64 20.56 -
YUV 161.84 101 170.2 -
System Red Green Blue C M Y K H S L
Decimal 221 141 114 0 0.36 0.48 0.13 15.14 0.61 0.66
Hex DD 8D 72 0 24 30 D F 3D 42
Octal 335 215 162 0 44 60 15 17 75 102
Binary 11011101 10001101 1110010 0 100100 110000 1101 1111 111101 1000010

Color Harmonies of #DD8D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8D72

Black with #DD8D72

Text Example


Text Example

White with #DD8D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8D72; }

 p { color: rgb(221,141,114); }

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

background-color css

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

 a { background-color: rgb(221,141,114); }

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

border-color css

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

 span { border-color: rgb(221,141,114); }

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