Html Css Color HEX #DF9062 Copper

📋 copy color: '#DF9062'

red 223 ◦ green 144 ◦ blue 98

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

Shades of Copper #DF9062

Tints of Copper #DF9062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.08%

R = 47.96%
G = 30.97%
B = 21.08%

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

#DF9062 (or 0xDF9062) is known color: Copper. HEX triplet: DF, 90 and 62. RGB value is (223,144,98). Sum of RGB (Red+Green+Blue) = 223+144+98=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9062 is #206F9D. Grayscale: #A2A2A2. Windows color (decimal): -2125726 or 6459615. OLE color: 6459615.

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

Color convert

RGB 223 144 98 -
CMYK 0 0.35 0.56 0.13
HSL 22.08º 0.66% 0.63% -
HSV(B) 22.08º 0.56% 0.87% -
XYZ 42.61 36.52 16.36 -
YUV 162.38 91.67 171.24 -
System Red Green Blue C M Y K H S L
Decimal 223 144 98 0 0.35 0.56 0.13 22.08 0.66 0.63
Hex DF 90 62 0 23 38 D 16 42 3F
Octal 337 220 142 0 43 70 15 26 102 77
Binary 11011111 10010000 1100010 0 100011 111000 1101 10110 1000010 111111

Color Harmonies of #DF9062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9062

Black with #DF9062

Text Example


Text Example

White with #DF9062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9062; }

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

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

background-color css

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

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

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

border-color css

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

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

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