Html Css Color HEX #DD8D64 Copper

📋 copy color: '#DD8D64'

red 221 ◦ green 141 ◦ blue 100

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

Shades of Copper #DD8D64

Tints of Copper #DD8D64

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.52%

 BLUE value IS 100 (39.45% from 255) = 21.65%

R = 47.84%
G = 30.52%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD8D64 (or 0xDD8D64) is known color: Copper. HEX triplet: DD, 8D and 64. RGB value is (221,141,100). Sum of RGB (Red+Green+Blue) = 221+141+100=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 100 (39.45% from 255 or 21.65% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8D64 is #22729B. Grayscale: #A0A0A0. Windows color (decimal): -2257564 or 6589917. OLE color: 6589917.

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

Color convert

RGB 221 141 100 -
CMYK 0 0.36 0.55 0.13
HSL 20.33º 0.64% 0.63% -
HSV(B) 20.33º 0.55% 0.87% -
XYZ 41.64 35.34 16.68 -
YUV 160.25 94 171.33 -
System Red Green Blue C M Y K H S L
Decimal 221 141 100 0 0.36 0.55 0.13 20.33 0.64 0.63
Hex DD 8D 64 0 24 37 D 14 40 3F
Octal 335 215 144 0 44 67 15 24 100 77
Binary 11011101 10001101 1100100 0 100100 110111 1101 10100 1000000 111111

Color Harmonies of #DD8D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8D64

Black with #DD8D64

Text Example


Text Example

White with #DD8D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8D64; }

 p { color: rgb(221,141,100); }

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

background-color css

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

 a { background-color: rgb(221,141,100); }

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

border-color css

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

 span { border-color: rgb(221,141,100); }

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