Html Css Color HEX #DD856C Copper

📋 copy color: '#DD856C'

red 221 ◦ green 133 ◦ blue 108

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

Shades of Copper #DD856C

Tints of Copper #DD856C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.79%

 BLUE value IS 108 (42.58% from 255) = 23.38%

R = 47.84%
G = 28.79%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD856C (or 0xDD856C) is known color: Copper. HEX triplet: DD, 85 and 6C. RGB value is (221,133,108). Sum of RGB (Red+Green+Blue) = 221+133+108=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD856C is #227A93. Grayscale: #9C9C9C. Windows color (decimal): -2259604 or 7112157. OLE color: 7112157.

HSL color Cylindrical-coordinate representation of color #DD856C: hue angle of 13.27º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD856C is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 133 108 -
CMYK 0 0.40 0.51 0.13
HSL 13.27º 0.62% 0.65% -
HSV(B) 13.27º 0.51% 0.87% -
XYZ 40.91 33.23 18.45 -
YUV 156.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 221 133 108 0 0.40 0.51 0.13 13.27 0.62 0.65
Hex DD 85 6C 0 28 33 D D 3E 41
Octal 335 205 154 0 50 63 15 15 76 101
Binary 11011101 10000101 1101100 0 101000 110011 1101 1101 111110 1000001

Color Harmonies of #DD856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD856C

Black with #DD856C

Text Example


Text Example

White with #DD856C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD856C; }

 p { color: rgb(221,133,108); }

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

background-color css

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

 a { background-color: rgb(221,133,108); }

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

border-color css

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

 span { border-color: rgb(221,133,108); }

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