Html Css Color HEX #DD8267 Copper

📋 copy color: '#DD8267'

red 221 ◦ green 130 ◦ blue 103

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

Shades of Copper #DD8267

Tints of Copper #DD8267

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.63%

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

R = 48.68%
G = 28.63%
B = 22.69%

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

#DD8267 (or 0xDD8267) is known color: Copper. HEX triplet: DD, 82 and 67. RGB value is (221,130,103). Sum of RGB (Red+Green+Blue) = 221+130+103=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 103 (40.62% from 255 or 22.69% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8267 is #227D98. Grayscale: #9A9A9A. Windows color (decimal): -2260377 or 6783709. OLE color: 6783709.

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

Color convert

RGB 221 130 103 -
CMYK 0 0.41 0.53 0.13
HSL 13.73º 0.63% 0.64% -
HSV(B) 13.73º 0.53% 0.87% -
XYZ 40.25 32.32 16.95 -
YUV 154.13 99.15 175.7 -
System Red Green Blue C M Y K H S L
Decimal 221 130 103 0 0.41 0.53 0.13 13.73 0.63 0.64
Hex DD 82 67 0 29 35 D E 3F 40
Octal 335 202 147 0 51 65 15 16 77 100
Binary 11011101 10000010 1100111 0 101001 110101 1101 1110 111111 1000000

Color Harmonies of #DD8267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8267

Black with #DD8267

Text Example


Text Example

White with #DD8267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8267; }

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

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

background-color css

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

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

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

border-color css

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

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

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