Html Css Color HEX #DD8264 Copper

📋 copy color: '#DD8264'

red 221 ◦ green 130 ◦ blue 100

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

Shades of Copper #DD8264

Tints of Copper #DD8264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.17%

R = 49%
G = 28.82%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD8264 (or 0xDD8264) is known color: Copper. HEX triplet: DD, 82 and 64. RGB value is (221,130,100). Sum of RGB (Red+Green+Blue) = 221+130+100=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8264 is #227D9B. Grayscale: #9A9A9A. Windows color (decimal): -2260380 or 6587101. OLE color: 6587101.

HSL color Cylindrical-coordinate representation of color #DD8264: hue angle of 14.88º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD8264 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 130 100 -
CMYK 0 0.41 0.55 0.13
HSL 14.88º 0.64% 0.63% -
HSV(B) 14.88º 0.55% 0.87% -
XYZ 40.1 32.26 16.17 -
YUV 153.79 97.65 175.94 -
System Red Green Blue C M Y K H S L
Decimal 221 130 100 0 0.41 0.55 0.13 14.88 0.64 0.63
Hex DD 82 64 0 29 37 D F 40 3F
Octal 335 202 144 0 51 67 15 17 100 77
Binary 11011101 10000010 1100100 0 101001 110111 1101 1111 1000000 111111

Color Harmonies of #DD8264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8264

Black with #DD8264

Text Example


Text Example

White with #DD8264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8264; }

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

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

background-color css

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

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

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

border-color css

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

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

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