Html Css Color HEX #DD855B Copper

📋 copy color: '#DD855B'

red 221 ◦ green 133 ◦ blue 91

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

Shades of Copper #DD855B

Tints of Copper #DD855B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.45%

R = 49.66%
G = 29.89%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD855B (or 0xDD855B) is known color: Copper. HEX triplet: DD, 85 and 5B. RGB value is (221,133,91). Sum of RGB (Red+Green+Blue) = 221+133+91=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD855B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD855B is #227AA4. Grayscale: #9A9A9A. Windows color (decimal): -2259621 or 5998045. OLE color: 5998045.

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

Color convert

RGB 221 133 91 -
CMYK 0 0.40 0.59 0.13
HSL 19.38º 0.66% 0.61% -
HSV(B) 19.38º 0.59% 0.87% -
XYZ 40.09 32.9 14.14 -
YUV 154.52 92.15 175.42 -
System Red Green Blue C M Y K H S L
Decimal 221 133 91 0 0.40 0.59 0.13 19.38 0.66 0.61
Hex DD 85 5B 0 28 3B D 13 42 3D
Octal 335 205 133 0 50 73 15 23 102 75
Binary 11011101 10000101 1011011 0 101000 111011 1101 10011 1000010 111101

Color Harmonies of #DD855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD855B

Black with #DD855B

Text Example


Text Example

White with #DD855B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD855B; }

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

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

background-color css

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

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

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

border-color css

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

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

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