Html Css Color HEX #DF9263 Copper

📋 copy color: '#DF9263'

red 223 ◦ green 146 ◦ blue 99

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

Shades of Copper #DF9263

Tints of Copper #DF9263

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.2%

 BLUE value IS 99 (39.06% from 255) = 21.15%

R = 47.65%
G = 31.2%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DF9263 (or 0xDF9263) is known color: Copper. HEX triplet: DF, 92 and 63. RGB value is (223,146,99). Sum of RGB (Red+Green+Blue) = 223+146+99=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9263 is #206D9C. Grayscale: #A3A3A3. Windows color (decimal): -2125213 or 6525663. OLE color: 6525663.

HSL color Cylindrical-coordinate representation of color #DF9263: hue angle of 22.74º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF9263 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 146 99 -
CMYK 0 0.35 0.56 0.13
HSL 22.74º 0.66% 0.63% -
HSV(B) 22.74º 0.56% 0.87% -
XYZ 42.96 37.15 16.71 -
YUV 163.67 91.51 170.32 -
System Red Green Blue C M Y K H S L
Decimal 223 146 99 0 0.35 0.56 0.13 22.74 0.66 0.63
Hex DF 92 63 0 23 38 D 17 42 3F
Octal 337 222 143 0 43 70 15 27 102 77
Binary 11011111 10010010 1100011 0 100011 111000 1101 10111 1000010 111111

Color Harmonies of #DF9263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9263

Black with #DF9263

Text Example


Text Example

White with #DF9263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9263; }

 p { color: rgb(223,146,99); }

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

background-color css

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

 a { background-color: rgb(223,146,99); }

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

border-color css

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

 span { border-color: rgb(223,146,99); }

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