Html Css Color HEX #DF9464 Copper

📋 copy color: '#DF9464'

red 223 ◦ green 148 ◦ blue 100

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

Shades of Copper #DF9464

Tints of Copper #DF9464

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.42%

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

R = 47.35%
G = 31.42%
B = 21.23%

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

#DF9464 (or 0xDF9464) is known color: Copper. HEX triplet: DF, 94 and 64. RGB value is (223,148,100). Sum of RGB (Red+Green+Blue) = 223+148+100=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9464 is #206B9B. Grayscale: #A5A5A5. Windows color (decimal): -2124700 or 6591711. OLE color: 6591711.

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

Color convert

RGB 223 148 100 -
CMYK 0 0.34 0.55 0.13
HSL 23.41º 0.66% 0.63% -
HSV(B) 23.41º 0.55% 0.87% -
XYZ 43.32 37.79 17.07 -
YUV 164.95 91.35 169.4 -
System Red Green Blue C M Y K H S L
Decimal 223 148 100 0 0.34 0.55 0.13 23.41 0.66 0.63
Hex DF 94 64 0 22 37 D 17 42 3F
Octal 337 224 144 0 42 67 15 27 102 77
Binary 11011111 10010100 1100100 0 100010 110111 1101 10111 1000010 111111

Color Harmonies of #DF9464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9464

Black with #DF9464

Text Example


Text Example

White with #DF9464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9464; }

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

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

background-color css

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

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

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

border-color css

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

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

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