Html Css Color HEX #DF9063 Copper

📋 copy color: '#DF9063'

red 223 ◦ green 144 ◦ blue 99

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

Shades of Copper #DF9063

Tints of Copper #DF9063

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.9%

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

R = 47.85%
G = 30.9%
B = 21.24%

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

#DF9063 (or 0xDF9063) is known color: Copper. HEX triplet: DF, 90 and 63. RGB value is (223,144,99). Sum of RGB (Red+Green+Blue) = 223+144+99=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9063 is #206F9C. Grayscale: #A2A2A2. Windows color (decimal): -2125725 or 6525151. OLE color: 6525151.

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

Color convert

RGB 223 144 99 -
CMYK 0 0.35 0.56 0.13
HSL 21.77º 0.66% 0.63% -
HSV(B) 21.77º 0.56% 0.87% -
XYZ 42.66 36.54 16.61 -
YUV 162.49 92.17 171.16 -
System Red Green Blue C M Y K H S L
Decimal 223 144 99 0 0.35 0.56 0.13 21.77 0.66 0.63
Hex DF 90 63 0 23 38 D 16 42 3F
Octal 337 220 143 0 43 70 15 26 102 77
Binary 11011111 10010000 1100011 0 100011 111000 1101 10110 1000010 111111

Color Harmonies of #DF9063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9063

Black with #DF9063

Text Example


Text Example

White with #DF9063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9063; }

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

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

background-color css

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

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

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

border-color css

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

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

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