Html Css Color HEX #DD855A Copper

📋 copy color: '#DD855A'

red 221 ◦ green 133 ◦ blue 90

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

Shades of Copper #DD855A

Tints of Copper #DD855A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.27%

R = 49.77%
G = 29.95%
B = 20.27%

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

#DD855A (or 0xDD855A) is known color: Copper. HEX triplet: DD, 85 and 5A. RGB value is (221,133,90). Sum of RGB (Red+Green+Blue) = 221+133+90=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD855A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD855A is #227AA5. Grayscale: #9A9A9A. Windows color (decimal): -2259622 or 5932509. OLE color: 5932509.

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

Color convert

RGB 221 133 90 -
CMYK 0 0.40 0.59 0.13
HSL 19.69º 0.66% 0.61% -
HSV(B) 19.69º 0.59% 0.87% -
XYZ 40.05 32.89 13.91 -
YUV 154.41 91.65 175.5 -
System Red Green Blue C M Y K H S L
Decimal 221 133 90 0 0.40 0.59 0.13 19.69 0.66 0.61
Hex DD 85 5A 0 28 3B D 14 42 3D
Octal 335 205 132 0 50 73 15 24 102 75
Binary 11011101 10000101 1011010 0 101000 111011 1101 10100 1000010 111101

Color Harmonies of #DD855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD855A

Black with #DD855A

Text Example


Text Example

White with #DD855A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD855A; }

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

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

background-color css

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

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

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

border-color css

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

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

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