Html Css Color HEX #DD8664 Copper

📋 copy color: '#DD8664'

red 221 ◦ green 134 ◦ blue 100

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

Shades of Copper #DD8664

Tints of Copper #DD8664

RGB

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

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

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

R = 48.57%
G = 29.45%
B = 21.98%

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

#DD8664 (or 0xDD8664) is known color: Copper. HEX triplet: DD, 86 and 64. RGB value is (221,134,100). Sum of RGB (Red+Green+Blue) = 221+134+100=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8664 is #22799B. Grayscale: #9C9C9C. Windows color (decimal): -2259356 or 6588125. OLE color: 6588125.

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

Color convert

RGB 221 134 100 -
CMYK 0 0.39 0.55 0.13
HSL 16.86º 0.64% 0.63% -
HSV(B) 16.86º 0.55% 0.87% -
XYZ 40.64 33.34 16.35 -
YUV 156.14 96.32 174.26 -
System Red Green Blue C M Y K H S L
Decimal 221 134 100 0 0.39 0.55 0.13 16.86 0.64 0.63
Hex DD 86 64 0 27 37 D 11 40 3F
Octal 335 206 144 0 47 67 15 21 100 77
Binary 11011101 10000110 1100100 0 100111 110111 1101 10001 1000000 111111

Color Harmonies of #DD8664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8664

Black with #DD8664

Text Example


Text Example

White with #DD8664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8664; }

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

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

background-color css

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

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

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

border-color css

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

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

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