Html Css Color HEX #DD7F64 Copper

📋 copy color: '#DD7F64'

red 221 ◦ green 127 ◦ blue 100

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

Shades of Copper #DD7F64

Tints of Copper #DD7F64

RGB

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

 GREEN value IS 127 (50% from 255) = 28.35%

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

R = 49.33%
G = 28.35%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD7F64 (or 0xDD7F64) is known color: Copper. HEX triplet: DD, 7F and 64. RGB value is (221,127,100). Sum of RGB (Red+Green+Blue) = 221+127+100=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7F64 is #22809B. Grayscale: #989898. Windows color (decimal): -2261148 or 6586333. OLE color: 6586333.

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

Color convert

RGB 221 127 100 -
CMYK 0 0.43 0.55 0.13
HSL 13.39º 0.64% 0.63% -
HSV(B) 13.39º 0.55% 0.87% -
XYZ 39.71 31.47 16.04 -
YUV 152.03 98.64 177.2 -
System Red Green Blue C M Y K H S L
Decimal 221 127 100 0 0.43 0.55 0.13 13.39 0.64 0.63
Hex DD 7F 64 0 2B 37 D D 40 3F
Octal 335 177 144 0 53 67 15 15 100 77
Binary 11011101 1111111 1100100 0 101011 110111 1101 1101 1000000 111111

Color Harmonies of #DD7F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F64

Black with #DD7F64

Text Example


Text Example

White with #DD7F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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