Html Css Color HEX #DD8C67 Copper

📋 copy color: '#DD8C67'

red 221 ◦ green 140 ◦ blue 103

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

Shades of Copper #DD8C67

Tints of Copper #DD8C67

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.17%

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

R = 47.63%
G = 30.17%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD8C67 (or 0xDD8C67) is known color: Copper. HEX triplet: DD, 8C and 67. RGB value is (221,140,103). Sum of RGB (Red+Green+Blue) = 221+140+103=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 103 (40.62% from 255 or 22.20% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8C67 is #227398. Grayscale: #A0A0A0. Windows color (decimal): -2257817 or 6786269. OLE color: 6786269.

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

Color convert

RGB 221 140 103 -
CMYK 0 0.37 0.53 0.13
HSL 18.81º 0.63% 0.64% -
HSV(B) 18.81º 0.53% 0.87% -
XYZ 41.65 35.11 17.41 -
YUV 160 95.84 171.51 -
System Red Green Blue C M Y K H S L
Decimal 221 140 103 0 0.37 0.53 0.13 18.81 0.63 0.64
Hex DD 8C 67 0 25 35 D 13 3F 40
Octal 335 214 147 0 45 65 15 23 77 100
Binary 11011101 10001100 1100111 0 100101 110101 1101 10011 111111 1000000

Color Harmonies of #DD8C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8C67

Black with #DD8C67

Text Example


Text Example

White with #DD8C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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