Html Css Color HEX #DD866A Copper

📋 copy color: '#DD866A'

red 221 ◦ green 134 ◦ blue 106

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

Shades of Copper #DD866A

Tints of Copper #DD866A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.99%

R = 47.94%
G = 29.07%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD866A (or 0xDD866A) is known color: Copper. HEX triplet: DD, 86 and 6A. RGB value is (221,134,106). Sum of RGB (Red+Green+Blue) = 221+134+106=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD866A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD866A is #227995. Grayscale: #9D9D9D. Windows color (decimal): -2259350 or 6981341. OLE color: 6981341.

HSL color Cylindrical-coordinate representation of color #DD866A: hue angle of 14.61º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD866A is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 134 106 -
CMYK 0 0.39 0.52 0.13
HSL 14.61º 0.63% 0.64% -
HSV(B) 14.61º 0.52% 0.87% -
XYZ 40.95 33.46 17.94 -
YUV 156.82 99.32 173.78 -
System Red Green Blue C M Y K H S L
Decimal 221 134 106 0 0.39 0.52 0.13 14.61 0.63 0.64
Hex DD 86 6A 0 27 34 D F 3F 40
Octal 335 206 152 0 47 64 15 17 77 100
Binary 11011101 10000110 1101010 0 100111 110100 1101 1111 111111 1000000

Color Harmonies of #DD866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD866A

Black with #DD866A

Text Example


Text Example

White with #DD866A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD866A; }

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

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

background-color css

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

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

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

border-color css

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

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

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