Html Css Color HEX #DF825B Copper

📋 copy color: '#DF825B'

red 223 ◦ green 130 ◦ blue 91

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

Shades of Copper #DF825B

Tints of Copper #DF825B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.5%

R = 50.23%
G = 29.28%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF825B (or 0xDF825B) is known color: Copper. HEX triplet: DF, 82 and 5B. RGB value is (223,130,91). Sum of RGB (Red+Green+Blue) = 223+130+91=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF825B is #207DA4. Grayscale: #999999. Windows color (decimal): -2129317 or 5997279. OLE color: 5997279.

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

Color convert

RGB 223 130 91 -
CMYK 0 0.42 0.59 0.13
HSL 17.73º 0.67% 0.62% -
HSV(B) 17.73º 0.59% 0.87% -
XYZ 40.3 32.41 14.03 -
YUV 153.36 92.81 177.67 -
System Red Green Blue C M Y K H S L
Decimal 223 130 91 0 0.42 0.59 0.13 17.73 0.67 0.62
Hex DF 82 5B 0 2A 3B D 12 43 3E
Octal 337 202 133 0 52 73 15 22 103 76
Binary 11011111 10000010 1011011 0 101010 111011 1101 10010 1000011 111110

Color Harmonies of #DF825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF825B

Black with #DF825B

Text Example


Text Example

White with #DF825B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF825B; }

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

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

background-color css

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

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

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

border-color css

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

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

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