Html Css Color HEX #DD8F67 Copper

📋 copy color: '#DD8F67'

red 221 ◦ green 143 ◦ blue 103

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

Shades of Copper #DD8F67

Tints of Copper #DD8F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.06%

R = 47.32%
G = 30.62%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD8F67 (or 0xDD8F67) is known color: Copper. HEX triplet: DD, 8F and 67. RGB value is (221,143,103). Sum of RGB (Red+Green+Blue) = 221+143+103=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8F67 is #227098. Grayscale: #A2A2A2. Windows color (decimal): -2257049 or 6787037. OLE color: 6787037.

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

Color convert

RGB 221 143 103 -
CMYK 0 0.35 0.53 0.13
HSL 20.34º 0.63% 0.64% -
HSV(B) 20.34º 0.53% 0.87% -
XYZ 42.09 36 17.56 -
YUV 161.76 94.84 170.25 -
System Red Green Blue C M Y K H S L
Decimal 221 143 103 0 0.35 0.53 0.13 20.34 0.63 0.64
Hex DD 8F 67 0 23 35 D 14 3F 40
Octal 335 217 147 0 43 65 15 24 77 100
Binary 11011101 10001111 1100111 0 100011 110101 1101 10100 111111 1000000

Color Harmonies of #DD8F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8F67

Black with #DD8F67

Text Example


Text Example

White with #DD8F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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