Html Css Color HEX #DD8A64 Copper

📋 copy color: '#DD8A64'

red 221 ◦ green 138 ◦ blue 100

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

Shades of Copper #DD8A64

Tints of Copper #DD8A64

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.07%

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

R = 48.15%
G = 30.07%
B = 21.79%

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

#DD8A64 (or 0xDD8A64) is known color: Copper. HEX triplet: DD, 8A and 64. RGB value is (221,138,100). Sum of RGB (Red+Green+Blue) = 221+138+100=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8A64 is #22759B. Grayscale: #9E9E9E. Windows color (decimal): -2258332 or 6589149. OLE color: 6589149.

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

Color convert

RGB 221 138 100 -
CMYK 0 0.38 0.55 0.13
HSL 18.84º 0.64% 0.63% -
HSV(B) 18.84º 0.55% 0.87% -
XYZ 41.21 34.47 16.54 -
YUV 158.49 95 172.59 -
System Red Green Blue C M Y K H S L
Decimal 221 138 100 0 0.38 0.55 0.13 18.84 0.64 0.63
Hex DD 8A 64 0 26 37 D 13 40 3F
Octal 335 212 144 0 46 67 15 23 100 77
Binary 11011101 10001010 1100100 0 100110 110111 1101 10011 1000000 111111

Color Harmonies of #DD8A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A64

Black with #DD8A64

Text Example


Text Example

White with #DD8A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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