Html Css Color HEX #DD8663 Copper

📋 copy color: '#DD8663'

red 221 ◦ green 134 ◦ blue 99

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

Shades of Copper #DD8663

Tints of Copper #DD8663

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.52%

 BLUE value IS 99 (39.06% from 255) = 21.81%

R = 48.68%
G = 29.52%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD8663 (or 0xDD8663) is known color: Copper. HEX triplet: DD, 86 and 63. RGB value is (221,134,99). Sum of RGB (Red+Green+Blue) = 221+134+99=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8663 is #22799C. Grayscale: #9C9C9C. Windows color (decimal): -2259357 or 6522589. OLE color: 6522589.

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

Color convert

RGB 221 134 99 -
CMYK 0 0.39 0.55 0.13
HSL 17.21º 0.64% 0.63% -
HSV(B) 17.21º 0.55% 0.87% -
XYZ 40.6 33.32 16.1 -
YUV 156.02 95.82 174.35 -
System Red Green Blue C M Y K H S L
Decimal 221 134 99 0 0.39 0.55 0.13 17.21 0.64 0.63
Hex DD 86 63 0 27 37 D 11 40 3F
Octal 335 206 143 0 47 67 15 21 100 77
Binary 11011101 10000110 1100011 0 100111 110111 1101 10001 1000000 111111

Color Harmonies of #DD8663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8663

Black with #DD8663

Text Example


Text Example

White with #DD8663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8663; }

 p { color: rgb(221,134,99); }

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

background-color css

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

 a { background-color: rgb(221,134,99); }

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

border-color css

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

 span { border-color: rgb(221,134,99); }

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