Html Css Color HEX #DD855C Copper

📋 copy color: '#DD855C'

red 221 ◦ green 133 ◦ blue 92

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

Shades of Copper #DD855C

Tints of Copper #DD855C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.63%

R = 49.55%
G = 29.82%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD855C (or 0xDD855C) is known color: Copper. HEX triplet: DD, 85 and 5C. RGB value is (221,133,92). Sum of RGB (Red+Green+Blue) = 221+133+92=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD855C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD855C is #227AA3. Grayscale: #9A9A9A. Windows color (decimal): -2259620 or 6063581. OLE color: 6063581.

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

Color convert

RGB 221 133 92 -
CMYK 0 0.40 0.58 0.13
HSL 19.07º 0.65% 0.61% -
HSV(B) 19.07º 0.58% 0.87% -
XYZ 40.14 32.92 14.36 -
YUV 154.64 92.65 175.33 -
System Red Green Blue C M Y K H S L
Decimal 221 133 92 0 0.40 0.58 0.13 19.07 0.65 0.61
Hex DD 85 5C 0 28 3A D 13 41 3D
Octal 335 205 134 0 50 72 15 23 101 75
Binary 11011101 10000101 1011100 0 101000 111010 1101 10011 1000001 111101

Color Harmonies of #DD855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD855C

Black with #DD855C

Text Example


Text Example

White with #DD855C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD855C; }

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

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

background-color css

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

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

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

border-color css

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

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

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