Html Css Color HEX #DD856B Copper

📋 copy color: '#DD856B'

red 221 ◦ green 133 ◦ blue 107

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

Shades of Copper #DD856B

Tints of Copper #DD856B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.21%

R = 47.94%
G = 28.85%
B = 23.21%

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

#DD856B (or 0xDD856B) is known color: Copper. HEX triplet: DD, 85 and 6B. RGB value is (221,133,107). Sum of RGB (Red+Green+Blue) = 221+133+107=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD856B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD856B is #227A94. Grayscale: #9C9C9C. Windows color (decimal): -2259605 or 7046621. OLE color: 7046621.

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

Color convert

RGB 221 133 107 -
CMYK 0 0.40 0.52 0.13
HSL 13.68º 0.63% 0.64% -
HSV(B) 13.68º 0.52% 0.87% -
XYZ 40.86 33.21 18.17 -
YUV 156.35 100.15 174.11 -
System Red Green Blue C M Y K H S L
Decimal 221 133 107 0 0.40 0.52 0.13 13.68 0.63 0.64
Hex DD 85 6B 0 28 34 D E 3F 40
Octal 335 205 153 0 50 64 15 16 77 100
Binary 11011101 10000101 1101011 0 101000 110100 1101 1110 111111 1000000

Color Harmonies of #DD856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD856B

Black with #DD856B

Text Example


Text Example

White with #DD856B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD856B; }

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

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

background-color css

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

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

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

border-color css

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

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

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