Html Css Color HEX #DD865D Copper

📋 copy color: '#DD865D'

red 221 ◦ green 134 ◦ blue 93

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

Shades of Copper #DD865D

Tints of Copper #DD865D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.91%

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

R = 49.33%
G = 29.91%
B = 20.76%

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

#DD865D (or 0xDD865D) is known color: Copper. HEX triplet: DD, 86 and 5D. RGB value is (221,134,93). Sum of RGB (Red+Green+Blue) = 221+134+93=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD865D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD865D is #2279A2. Grayscale: #9B9B9B. Windows color (decimal): -2259363 or 6129373. OLE color: 6129373.

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

Color convert

RGB 221 134 93 -
CMYK 0 0.39 0.58 0.13
HSL 19.22º 0.65% 0.62% -
HSV(B) 19.22º 0.58% 0.87% -
XYZ 40.32 33.21 14.64 -
YUV 155.34 92.82 174.83 -
System Red Green Blue C M Y K H S L
Decimal 221 134 93 0 0.39 0.58 0.13 19.22 0.65 0.62
Hex DD 86 5D 0 27 3A D 13 41 3E
Octal 335 206 135 0 47 72 15 23 101 76
Binary 11011101 10000110 1011101 0 100111 111010 1101 10011 1000001 111110

Color Harmonies of #DD865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD865D

Black with #DD865D

Text Example


Text Example

White with #DD865D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD865D; }

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

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

background-color css

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

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

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

border-color css

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

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

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