Html Css Color HEX #DF9364 Copper

📋 copy color: '#DF9364'

red 223 ◦ green 147 ◦ blue 100

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

Shades of Copper #DF9364

Tints of Copper #DF9364

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.28%

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

R = 47.45%
G = 31.28%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF9364 (or 0xDF9364) is known color: Copper. HEX triplet: DF, 93 and 64. RGB value is (223,147,100). Sum of RGB (Red+Green+Blue) = 223+147+100=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9364 is #206C9B. Grayscale: #A4A4A4. Windows color (decimal): -2124956 or 6591455. OLE color: 6591455.

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

Color convert

RGB 223 147 100 -
CMYK 0 0.34 0.55 0.13
HSL 22.93º 0.66% 0.63% -
HSV(B) 22.93º 0.55% 0.87% -
XYZ 43.17 37.48 17.02 -
YUV 164.37 91.68 169.82 -
System Red Green Blue C M Y K H S L
Decimal 223 147 100 0 0.34 0.55 0.13 22.93 0.66 0.63
Hex DF 93 64 0 22 37 D 17 42 3F
Octal 337 223 144 0 42 67 15 27 102 77
Binary 11011111 10010011 1100100 0 100010 110111 1101 10111 1000010 111111

Color Harmonies of #DF9364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9364

Black with #DF9364

Text Example


Text Example

White with #DF9364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9364; }

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

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

background-color css

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

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

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

border-color css

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

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

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