Html Css Color HEX #DF825D Copper

📋 copy color: '#DF825D'

red 223 ◦ green 130 ◦ blue 93

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

Shades of Copper #DF825D

Tints of Copper #DF825D

RGB

 RED value IS 223 (87.5% from 255) = 50%

 GREEN value IS 130 (51.17% from 255) = 29.15%

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

R = 50%
G = 29.15%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF825D (or 0xDF825D) is known color: Copper. HEX triplet: DF, 82 and 5D. RGB value is (223,130,93). Sum of RGB (Red+Green+Blue) = 223+130+93=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF825D is #207DA2. Grayscale: #999999. Windows color (decimal): -2129315 or 6128351. OLE color: 6128351.

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

Color convert

RGB 223 130 93 -
CMYK 0 0.42 0.58 0.13
HSL 17.08º 0.67% 0.62% -
HSV(B) 17.08º 0.58% 0.87% -
XYZ 40.39 32.44 14.49 -
YUV 153.59 93.81 177.51 -
System Red Green Blue C M Y K H S L
Decimal 223 130 93 0 0.42 0.58 0.13 17.08 0.67 0.62
Hex DF 82 5D 0 2A 3A D 11 43 3E
Octal 337 202 135 0 52 72 15 21 103 76
Binary 11011111 10000010 1011101 0 101010 111010 1101 10001 1000011 111110

Color Harmonies of #DF825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF825D

Black with #DF825D

Text Example


Text Example

White with #DF825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF825D; }

 p { color: rgb(223,130,93); }

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

background-color css

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

 a { background-color: rgb(223,130,93); }

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

border-color css

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

 span { border-color: rgb(223,130,93); }

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