Html Css Color HEX #DD8367 Copper

📋 copy color: '#DD8367'

red 221 ◦ green 131 ◦ blue 103

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

Shades of Copper #DD8367

Tints of Copper #DD8367

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.79%

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

R = 48.57%
G = 28.79%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD8367 (or 0xDD8367) is known color: Copper. HEX triplet: DD, 83 and 67. RGB value is (221,131,103). Sum of RGB (Red+Green+Blue) = 221+131+103=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 103 (40.62% from 255 or 22.64% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8367 is #227C98. Grayscale: #9A9A9A. Windows color (decimal): -2260121 or 6783965. OLE color: 6783965.

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

Color convert

RGB 221 131 103 -
CMYK 0 0.41 0.53 0.13
HSL 14.24º 0.63% 0.64% -
HSV(B) 14.24º 0.53% 0.87% -
XYZ 40.38 32.58 16.99 -
YUV 154.72 98.82 175.28 -
System Red Green Blue C M Y K H S L
Decimal 221 131 103 0 0.41 0.53 0.13 14.24 0.63 0.64
Hex DD 83 67 0 29 35 D E 3F 40
Octal 335 203 147 0 51 65 15 16 77 100
Binary 11011101 10000011 1100111 0 101001 110101 1101 1110 111111 1000000

Color Harmonies of #DD8367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8367

Black with #DD8367

Text Example


Text Example

White with #DD8367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8367; }

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

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

background-color css

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

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

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

border-color css

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

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

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