Html Css Color HEX #DD875D Copper

📋 copy color: '#DD875D'

red 221 ◦ green 135 ◦ blue 93

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

Shades of Copper #DD875D

Tints of Copper #DD875D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.07%

 BLUE value IS 93 (36.72% from 255) = 20.71%

R = 49.22%
G = 30.07%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD875D (or 0xDD875D) is known color: Copper. HEX triplet: DD, 87 and 5D. RGB value is (221,135,93). Sum of RGB (Red+Green+Blue) = 221+135+93=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD875D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD875D is #2278A2. Grayscale: #9C9C9C. Windows color (decimal): -2259107 or 6129629. OLE color: 6129629.

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

Color convert

RGB 221 135 93 -
CMYK 0 0.39 0.58 0.13
HSL 19.69º 0.65% 0.62% -
HSV(B) 19.69º 0.58% 0.87% -
XYZ 40.46 33.49 14.69 -
YUV 155.93 92.49 174.42 -
System Red Green Blue C M Y K H S L
Decimal 221 135 93 0 0.39 0.58 0.13 19.69 0.65 0.62
Hex DD 87 5D 0 27 3A D 14 41 3E
Octal 335 207 135 0 47 72 15 24 101 76
Binary 11011101 10000111 1011101 0 100111 111010 1101 10100 1000001 111110

Color Harmonies of #DD875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD875D

Black with #DD875D

Text Example


Text Example

White with #DD875D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD875D; }

 p { color: rgb(221,135,93); }

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

background-color css

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

 a { background-color: rgb(221,135,93); }

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

border-color css

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

 span { border-color: rgb(221,135,93); }

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