Html Css Color HEX #DD7F65 Copper

📋 copy color: '#DD7F65'

red 221 ◦ green 127 ◦ blue 101

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

Shades of Copper #DD7F65

Tints of Copper #DD7F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.49%

R = 49.22%
G = 28.29%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD7F65 (or 0xDD7F65) is known color: Copper. HEX triplet: DD, 7F and 65. RGB value is (221,127,101). Sum of RGB (Red+Green+Blue) = 221+127+101=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7F65 is #22809A. Grayscale: #989898. Windows color (decimal): -2261147 or 6651869. OLE color: 6651869.

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

Color convert

RGB 221 127 101 -
CMYK 0 0.43 0.54 0.13
HSL 13º 0.64% 0.63% -
HSV(B) 13º 0.54% 0.87% -
XYZ 39.76 31.49 16.29 -
YUV 152.14 99.14 177.11 -
System Red Green Blue C M Y K H S L
Decimal 221 127 101 0 0.43 0.54 0.13 13 0.64 0.63
Hex DD 7F 65 0 2B 36 D D 40 3F
Octal 335 177 145 0 53 66 15 15 100 77
Binary 11011101 1111111 1100101 0 101011 110110 1101 1101 1000000 111111

Color Harmonies of #DD7F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F65

Black with #DD7F65

Text Example


Text Example

White with #DD7F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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