Html Css Color HEX #DD8963 Copper

📋 copy color: '#DD8963'

red 221 ◦ green 137 ◦ blue 99

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

Shades of Copper #DD8963

Tints of Copper #DD8963

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.98%

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

R = 48.36%
G = 29.98%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD8963 (or 0xDD8963) is known color: Copper. HEX triplet: DD, 89 and 63. RGB value is (221,137,99). Sum of RGB (Red+Green+Blue) = 221+137+99=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8963 is #22769C. Grayscale: #9E9E9E. Windows color (decimal): -2258589 or 6523357. OLE color: 6523357.

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

Color convert

RGB 221 137 99 -
CMYK 0 0.38 0.55 0.13
HSL 18.69º 0.64% 0.63% -
HSV(B) 18.69º 0.55% 0.87% -
XYZ 41.02 34.16 16.24 -
YUV 157.78 94.83 173.09 -
System Red Green Blue C M Y K H S L
Decimal 221 137 99 0 0.38 0.55 0.13 18.69 0.64 0.63
Hex DD 89 63 0 26 37 D 13 40 3F
Octal 335 211 143 0 46 67 15 23 100 77
Binary 11011101 10001001 1100011 0 100110 110111 1101 10011 1000000 111111

Color Harmonies of #DD8963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8963

Black with #DD8963

Text Example


Text Example

White with #DD8963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8963; }

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

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

background-color css

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

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

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

border-color css

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

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

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