Html Css Color HEX #DD8767 Copper

📋 copy color: '#DD8767'

red 221 ◦ green 135 ◦ blue 103

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

Shades of Copper #DD8767

Tints of Copper #DD8767

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.41%

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

R = 48.15%
G = 29.41%
B = 22.44%

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

#DD8767 (or 0xDD8767) is known color: Copper. HEX triplet: DD, 87 and 67. RGB value is (221,135,103). Sum of RGB (Red+Green+Blue) = 221+135+103=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 103 (40.62% from 255 or 22.44% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8767 is #227898. Grayscale: #9D9D9D. Windows color (decimal): -2259097 or 6784989. OLE color: 6784989.

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

Color convert

RGB 221 135 103 -
CMYK 0 0.39 0.53 0.13
HSL 16.27º 0.63% 0.64% -
HSV(B) 16.27º 0.53% 0.87% -
XYZ 40.93 33.68 17.18 -
YUV 157.07 97.49 173.6 -
System Red Green Blue C M Y K H S L
Decimal 221 135 103 0 0.39 0.53 0.13 16.27 0.63 0.64
Hex DD 87 67 0 27 35 D 10 3F 40
Octal 335 207 147 0 47 65 15 20 77 100
Binary 11011101 10000111 1100111 0 100111 110101 1101 10000 111111 1000000

Color Harmonies of #DD8767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8767

Black with #DD8767

Text Example


Text Example

White with #DD8767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8767; }

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

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

background-color css

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

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

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

border-color css

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

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

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