Html Css Color HEX #DF9064 Copper

📋 copy color: '#DF9064'

red 223 ◦ green 144 ◦ blue 100

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

Shades of Copper #DF9064

Tints of Copper #DF9064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.41%

R = 47.75%
G = 30.84%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF9064 (or 0xDF9064) is known color: Copper. HEX triplet: DF, 90 and 64. RGB value is (223,144,100). Sum of RGB (Red+Green+Blue) = 223+144+100=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9064 is #206F9B. Grayscale: #A2A2A2. Windows color (decimal): -2125724 or 6590687. OLE color: 6590687.

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

Color convert

RGB 223 144 100 -
CMYK 0 0.35 0.55 0.13
HSL 21.46º 0.66% 0.63% -
HSV(B) 21.46º 0.55% 0.87% -
XYZ 42.7 36.55 16.86 -
YUV 162.61 92.67 171.08 -
System Red Green Blue C M Y K H S L
Decimal 223 144 100 0 0.35 0.55 0.13 21.46 0.66 0.63
Hex DF 90 64 0 23 37 D 15 42 3F
Octal 337 220 144 0 43 67 15 25 102 77
Binary 11011111 10010000 1100100 0 100011 110111 1101 10101 1000010 111111

Color Harmonies of #DF9064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9064

Black with #DF9064

Text Example


Text Example

White with #DF9064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9064; }

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

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

background-color css

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

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

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

border-color css

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

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

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