Html Css Color HEX #DD8B63 Copper

📋 copy color: '#DD8B63'

red 221 ◦ green 139 ◦ blue 99

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

Shades of Copper #DD8B63

Tints of Copper #DD8B63

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.28%

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

R = 48.15%
G = 30.28%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD8B63 (or 0xDD8B63) is known color: Copper. HEX triplet: DD, 8B and 63. RGB value is (221,139,99). Sum of RGB (Red+Green+Blue) = 221+139+99=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8B63 is #22749C. Grayscale: #9F9F9F. Windows color (decimal): -2258077 or 6523869. OLE color: 6523869.

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

Color convert

RGB 221 139 99 -
CMYK 0 0.37 0.55 0.13
HSL 19.67º 0.64% 0.63% -
HSV(B) 19.67º 0.55% 0.87% -
XYZ 41.3 34.74 16.33 -
YUV 158.96 94.17 172.25 -
System Red Green Blue C M Y K H S L
Decimal 221 139 99 0 0.37 0.55 0.13 19.67 0.64 0.63
Hex DD 8B 63 0 25 37 D 14 40 3F
Octal 335 213 143 0 45 67 15 24 100 77
Binary 11011101 10001011 1100011 0 100101 110111 1101 10100 1000000 111111

Color Harmonies of #DD8B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8B63

Black with #DD8B63

Text Example


Text Example

White with #DD8B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8B63; }

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

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

background-color css

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

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

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

border-color css

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

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

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