Html Css Color HEX #DD8F72 Copper

📋 copy color: '#DD8F72'

red 221 ◦ green 143 ◦ blue 114

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

Shades of Copper #DD8F72

Tints of Copper #DD8F72

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.92%

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

R = 46.23%
G = 29.92%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD8F72 (or 0xDD8F72) is known color: Copper. HEX triplet: DD, 8F and 72. RGB value is (221,143,114). Sum of RGB (Red+Green+Blue) = 221+143+114=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8F72 is #22708D. Grayscale: #A3A3A3. Windows color (decimal): -2257038 or 7507933. OLE color: 7507933.

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

Color convert

RGB 221 143 114 -
CMYK 0 0.35 0.48 0.13
HSL 16.26º 0.61% 0.66% -
HSV(B) 16.26º 0.48% 0.87% -
XYZ 42.68 36.23 20.66 -
YUV 163.02 100.34 169.36 -
System Red Green Blue C M Y K H S L
Decimal 221 143 114 0 0.35 0.48 0.13 16.26 0.61 0.66
Hex DD 8F 72 0 23 30 D 10 3D 42
Octal 335 217 162 0 43 60 15 20 75 102
Binary 11011101 10001111 1110010 0 100011 110000 1101 10000 111101 1000010

Color Harmonies of #DD8F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8F72

Black with #DD8F72

Text Example


Text Example

White with #DD8F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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