Html Css Color HEX #DD855F Copper

📋 copy color: '#DD855F'

red 221 ◦ green 133 ◦ blue 95

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

Shades of Copper #DD855F

Tints of Copper #DD855F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.16%

R = 49.22%
G = 29.62%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD855F (or 0xDD855F) is known color: Copper. HEX triplet: DD, 85 and 5F. RGB value is (221,133,95). Sum of RGB (Red+Green+Blue) = 221+133+95=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD855F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD855F is #227AA0. Grayscale: #9B9B9B. Windows color (decimal): -2259617 or 6260189. OLE color: 6260189.

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

Color convert

RGB 221 133 95 -
CMYK 0 0.40 0.57 0.13
HSL 18.1º 0.65% 0.62% -
HSV(B) 18.1º 0.57% 0.87% -
XYZ 40.27 32.97 15.07 -
YUV 154.98 94.15 175.09 -
System Red Green Blue C M Y K H S L
Decimal 221 133 95 0 0.40 0.57 0.13 18.1 0.65 0.62
Hex DD 85 5F 0 28 39 D 12 41 3E
Octal 335 205 137 0 50 71 15 22 101 76
Binary 11011101 10000101 1011111 0 101000 111001 1101 10010 1000001 111110

Color Harmonies of #DD855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD855F

Black with #DD855F

Text Example


Text Example

White with #DD855F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD855F; }

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

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

background-color css

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

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

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

border-color css

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

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

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