Html Css Color HEX #DD8365 Copper

📋 copy color: '#DD8365'

red 221 ◦ green 131 ◦ blue 101

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

Shades of Copper #DD8365

Tints of Copper #DD8365

RGB

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

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

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

R = 48.79%
G = 28.92%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD8365 (or 0xDD8365) is known color: Copper. HEX triplet: DD, 83 and 65. RGB value is (221,131,101). Sum of RGB (Red+Green+Blue) = 221+131+101=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8365 is #227C9A. Grayscale: #9A9A9A. Windows color (decimal): -2260123 or 6652893. OLE color: 6652893.

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

Color convert

RGB 221 131 101 -
CMYK 0 0.41 0.54 0.13
HSL 15º 0.64% 0.63% -
HSV(B) 15º 0.54% 0.87% -
XYZ 40.28 32.54 16.47 -
YUV 154.49 97.82 175.44 -
System Red Green Blue C M Y K H S L
Decimal 221 131 101 0 0.41 0.54 0.13 15 0.64 0.63
Hex DD 83 65 0 29 36 D F 40 3F
Octal 335 203 145 0 51 66 15 17 100 77
Binary 11011101 10000011 1100101 0 101001 110110 1101 1111 1000000 111111

Color Harmonies of #DD8365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8365

Black with #DD8365

Text Example


Text Example

White with #DD8365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8365; }

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

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

background-color css

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

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

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

border-color css

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

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

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