Html Css Color HEX #DD8667 Copper

📋 copy color: '#DD8667'

red 221 ◦ green 134 ◦ blue 103

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

Shades of Copper #DD8667

Tints of Copper #DD8667

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.26%

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

R = 48.25%
G = 29.26%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD8667 (or 0xDD8667) is known color: Copper. HEX triplet: DD, 86 and 67. RGB value is (221,134,103). Sum of RGB (Red+Green+Blue) = 221+134+103=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8667 is #227998. Grayscale: #9C9C9C. Windows color (decimal): -2259353 or 6784733. OLE color: 6784733.

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

Color convert

RGB 221 134 103 -
CMYK 0 0.39 0.53 0.13
HSL 15.76º 0.63% 0.64% -
HSV(B) 15.76º 0.53% 0.87% -
XYZ 40.79 33.4 17.13 -
YUV 156.48 97.82 174.02 -
System Red Green Blue C M Y K H S L
Decimal 221 134 103 0 0.39 0.53 0.13 15.76 0.63 0.64
Hex DD 86 67 0 27 35 D 10 3F 40
Octal 335 206 147 0 47 65 15 20 77 100
Binary 11011101 10000110 1100111 0 100111 110101 1101 10000 111111 1000000

Color Harmonies of #DD8667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8667

Black with #DD8667

Text Example


Text Example

White with #DD8667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8667; }

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

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

background-color css

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

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

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

border-color css

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

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

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