Html Css Color HEX #DD856A Copper

📋 copy color: '#DD856A'

red 221 ◦ green 133 ◦ blue 106

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

Shades of Copper #DD856A

Tints of Copper #DD856A

RGB

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

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

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

R = 48.04%
G = 28.91%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD856A (or 0xDD856A) is known color: Copper. HEX triplet: DD, 85 and 6A. RGB value is (221,133,106). Sum of RGB (Red+Green+Blue) = 221+133+106=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD856A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD856A is #227A95. Grayscale: #9C9C9C. Windows color (decimal): -2259606 or 6981085. OLE color: 6981085.

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

Color convert

RGB 221 133 106 -
CMYK 0 0.40 0.52 0.13
HSL 14.09º 0.63% 0.64% -
HSV(B) 14.09º 0.52% 0.87% -
XYZ 40.81 33.19 17.89 -
YUV 156.23 99.65 174.2 -
System Red Green Blue C M Y K H S L
Decimal 221 133 106 0 0.40 0.52 0.13 14.09 0.63 0.64
Hex DD 85 6A 0 28 34 D E 3F 40
Octal 335 205 152 0 50 64 15 16 77 100
Binary 11011101 10000101 1101010 0 101000 110100 1101 1110 111111 1000000

Color Harmonies of #DD856A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD856A

Black with #DD856A

Text Example


Text Example

White with #DD856A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD856A; }

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

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

background-color css

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

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

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

border-color css

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

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

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