Html Css Color HEX #DD8F62 Copper

📋 copy color: '#DD8F62'

red 221 ◦ green 143 ◦ blue 98

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

Shades of Copper #DD8F62

Tints of Copper #DD8F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.21%

R = 47.84%
G = 30.95%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD8F62 (or 0xDD8F62) is known color: Copper. HEX triplet: DD, 8F and 62. RGB value is (221,143,98). Sum of RGB (Red+Green+Blue) = 221+143+98=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8F62 is #22709D. Grayscale: #A1A1A1. Windows color (decimal): -2257054 or 6459357. OLE color: 6459357.

HSL color Cylindrical-coordinate representation of color #DD8F62: hue angle of 21.95º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD8F62 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 143 98 -
CMYK 0 0.35 0.56 0.13
HSL 21.95º 0.64% 0.63% -
HSV(B) 21.95º 0.56% 0.87% -
XYZ 41.85 35.9 16.28 -
YUV 161.19 92.34 170.66 -
System Red Green Blue C M Y K H S L
Decimal 221 143 98 0 0.35 0.56 0.13 21.95 0.64 0.63
Hex DD 8F 62 0 23 38 D 16 40 3F
Octal 335 217 142 0 43 70 15 26 100 77
Binary 11011101 10001111 1100010 0 100011 111000 1101 10110 1000000 111111

Color Harmonies of #DD8F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8F62

Black with #DD8F62

Text Example


Text Example

White with #DD8F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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