Html Css Color HEX #DD8465 Copper

📋 copy color: '#DD8465'

red 221 ◦ green 132 ◦ blue 101

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

Shades of Copper #DD8465

Tints of Copper #DD8465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.07%

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

R = 48.68%
G = 29.07%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD8465 (or 0xDD8465) is known color: Copper. HEX triplet: DD, 84 and 65. RGB value is (221,132,101). Sum of RGB (Red+Green+Blue) = 221+132+101=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 101 (39.84% from 255 or 22.25% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8465 is #227B9A. Grayscale: #9B9B9B. Windows color (decimal): -2259867 or 6653149. OLE color: 6653149.

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

Color convert

RGB 221 132 101 -
CMYK 0 0.40 0.54 0.13
HSL 15.5º 0.64% 0.63% -
HSV(B) 15.5º 0.54% 0.87% -
XYZ 40.42 32.81 16.52 -
YUV 155.08 97.49 175.02 -
System Red Green Blue C M Y K H S L
Decimal 221 132 101 0 0.40 0.54 0.13 15.5 0.64 0.63
Hex DD 84 65 0 28 36 D 10 40 3F
Octal 335 204 145 0 50 66 15 20 100 77
Binary 11011101 10000100 1100101 0 101000 110110 1101 10000 1000000 111111

Color Harmonies of #DD8465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8465

Black with #DD8465

Text Example


Text Example

White with #DD8465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8465; }

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

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

background-color css

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

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

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

border-color css

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

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

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