Html Css Color HEX #DF8259 Copper

📋 copy color: '#DF8259'

red 223 ◦ green 130 ◦ blue 89

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

Shades of Copper #DF8259

Tints of Copper #DF8259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 20.14%

R = 50.45%
G = 29.41%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DF8259 (or 0xDF8259) is known color: Copper. HEX triplet: DF, 82 and 59. RGB value is (223,130,89). Sum of RGB (Red+Green+Blue) = 223+130+89=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 89 (35.16% from 255 or 20.14% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8259 is #207DA6. Grayscale: #999999. Windows color (decimal): -2129319 or 5866207. OLE color: 5866207.

HSL color Cylindrical-coordinate representation of color #DF8259: hue angle of 18.36º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF8259 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 130 89 -
CMYK 0 0.42 0.60 0.13
HSL 18.36º 0.68% 0.61% -
HSV(B) 18.36º 0.6% 0.87% -
XYZ 40.22 32.37 13.58 -
YUV 153.13 91.81 177.83 -
System Red Green Blue C M Y K H S L
Decimal 223 130 89 0 0.42 0.60 0.13 18.36 0.68 0.61
Hex DF 82 59 0 2A 3C D 12 44 3D
Octal 337 202 131 0 52 74 15 22 104 75
Binary 11011111 10000010 1011001 0 101010 111100 1101 10010 1000100 111101

Color Harmonies of #DF8259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8259

Black with #DF8259

Text Example


Text Example

White with #DF8259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8259; }

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

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

background-color css

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

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

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

border-color css

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

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

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